Module: Google::Cloud::GkeHub::V1::FeatureState::Code
- Defined in:
- proto_docs/google/cloud/gkehub/v1/feature.rb
Overview
Code represents a machine-readable, high-level status of the Feature.
Constant Summary collapse
- CODE_UNSPECIFIED =
Unknown or not set.
0
- OK =
The Feature is operating normally.
1
- WARNING =
The Feature has encountered an issue, and is operating in a degraded state. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information.
2
- ERROR =
The Feature is not operating or is in a severely degraded state. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information.
3