Module: Google::Cloud::GkeHub::ConfigManagement::V1::ConfigSyncState::State
- Defined in:
- proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb
Constant Summary collapse
- STATE_UNSPECIFIED =
CS's state cannot be determined.
0
- CONFIG_SYNC_NOT_INSTALLED =
CS is not installed.
1
- CONFIG_SYNC_INSTALLED =
The expected CS version is installed successfully.
2
- CONFIG_SYNC_ERROR =
CS encounters errors.
3
- CONFIG_SYNC_PENDING =
CS is installing or terminating.
4