state property
Lifecycle status of data plane management. Possible string values are:
- "LIFECYCLE_STATE_UNSPECIFIED" : Unspecified
- "DISABLED" : DISABLED means that the component is not enabled.
- "FAILED_PRECONDITION" : FAILED_PRECONDITION means that provisioning cannot proceed because of some characteristic of the member cluster.
- "PROVISIONING" : PROVISIONING means that provisioning is in progress.
- "ACTIVE" : ACTIVE means that the component is ready for use.
- "STALLED" : STALLED means that provisioning could not be done.
- "NEEDS_ATTENTION" : NEEDS_ATTENTION means that the component is ready, but some user intervention is required. (For example that the user should migrate workloads to a new control plane revision.)
- "DEGRADED" : DEGRADED means that the component is ready, but operating in a degraded state.
Implementation
core.String? state;