state property
state of the condition. Possible string values are:
- "STATE_UNSPECIFIED" : Not set.
- "STATE_TRUE" : Resource is in the condition.
- "STATE_FALSE" : Resource is not in the condition.
- "STATE_UNKNOWN" : Kubernetes controller can't decide if the resource is in the condition or not.
Implementation
core.String? state;