You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/KubernetesCluster.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ enum State {
58
58
Stopping("Resources for the Kubernetes cluster are being destroyed"),
59
59
Stopped("All resources for the Kubernetes cluster are destroyed, Kubernetes cluster may still have ephemeral resource like persistent volumes provisioned"),
60
60
Scaling("Transient state in which resources are either getting scaled up/down"),
61
+
ScalingStoppedCluster("Transient state in which the service offerings of stopped clusters are getting scaled"),
61
62
Upgrading("Transient state in which cluster is getting upgraded"),
62
63
Alert("State to represent Kubernetes clusters which are not in expected desired state (operationally in active control place, stopped cluster VM's etc)."),
63
64
Recovering("State in which Kubernetes cluster is recovering from alert state"),
Copy file name to clipboardExpand all lines: plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/actionworkers/KubernetesClusterScaleWorker.java
0 commit comments