mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
refactor(app): details widget migration [EE-5352] (#8886)
This commit is contained in:
parent
fdd79cece8
commit
af77e33993
57 changed files with 2046 additions and 1079 deletions
|
@ -112,23 +112,6 @@ class KubernetesHorizontalPodAutoScalerService {
|
|||
delete(horizontalPodAutoScaler) {
|
||||
return this.$async(this.deleteAsync, horizontalPodAutoScaler);
|
||||
}
|
||||
|
||||
// /**
|
||||
// * ROLLBACK
|
||||
// */
|
||||
// async rollbackAsync(namespace, name, payload) {
|
||||
// try {
|
||||
// const params = new KubernetesCommonParams();
|
||||
// params.id = name;
|
||||
// await this.KubernetesHorizontalPodAutoScalers(namespace).rollback(params, payload).$promise;
|
||||
// } catch (err) {
|
||||
// throw new PortainerError('Unable to rollback horizontalPodAutoScaler', err);
|
||||
// }
|
||||
// }
|
||||
|
||||
// rollback(namespace, name, payload) {
|
||||
// return this.$async(this.rollbackAsync, namespace, name, payload);
|
||||
// }
|
||||
}
|
||||
|
||||
export default KubernetesHorizontalPodAutoScalerService;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue