Enum SetupDisposition
Enumerates the final disposition of a SetupController<NodeMetadata> run.
Namespace: Neon.Kube.Setup
Assembly: Neon.Kube.dll
Syntax
public enum SetupDisposition
Fields
| Name | Description |
|---|---|
| Cancelled | The setup run was cancelled. |
| Failed | The setup run failed. |
| NotExecuted | The setup run has not been executed. |
| Succeeded | The setup run completed successfully. |