Module: Google::Cloud::GkeHub::ConfigManagement::V1::ConfigSyncState::CRDState
- Defined in:
- proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb
Overview
CRDState representing the state of a CRD
Constant Summary collapse
- CRD_STATE_UNSPECIFIED =
CRD's state cannot be determined
0
- NOT_INSTALLED =
CRD is not installed
1
- INSTALLED =
CRD is installed
2
- TERMINATING =
CRD is terminating (i.e., it has been deleted and is cleaning up)
3
- INSTALLING =
CRD is installing
4