Enum ClusterDeploymentStatus
Enumerates the cluster deployment status.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public enum ClusterDeploymentStatus
Fields
| Name | Description |
|---|---|
| Prepared | Indicates that the cluster has been prepared. |
| Ready | Indicates that cluster setup succeeded and the cluster is ready. |
| Unknown | Indicates that the deployment status is unknown (the default value). |