Enum SetupStepState
Enumerates possible status codes for a cluster setup step.
Namespace: Neon.Kube.Setup
Assembly: Neon.Kube.dll
Syntax
public enum SetupStepState
Fields
Name | Description |
---|---|
Cancelled | The step was cancelled. |
Done | The step has completed successfully. |
Failed | The step failed. |
NotInvolved | Used to indicate that a node is not involved with a setup step. |
Pending | The step is awaiting execution. |
Running | The step is running. |