Reference documentation and code samples for the GKE Hub V1 API module Google::Cloud::GkeHub::ConfigManagement::V1::SyncState::SyncCode.
An enum representing Config Sync's status of syncing configs to a cluster.
Constants
SYNC_CODE_UNSPECIFIED
value: 0
Config Sync cannot determine a sync code
SYNCED
value: 1
Config Sync successfully synced the git Repo with the cluster
PENDING
value: 2
Config Sync is in the progress of syncing a new change
ERROR
value: 3
Indicates an error configuring Config Sync, and user action is required
NOT_CONFIGURED
value: 4
Config Sync has been installed but not configured
NOT_INSTALLED
value: 5
Config Sync has not been installed
UNAUTHORIZED
value: 6
Error authorizing with the cluster
UNREACHABLE
value: 7
Cluster could not be reached