GKE Hub V1 API - Module Google::Cloud::GkeHub::ConfigManagement::V1::SyncState::SyncCode (v0.9.0)

Reference documentation and code samples for the GKE Hub V1 API module Google::Cloud::GkeHub::ConfigManagement::V1::SyncState::SyncCode.

An enum representing an ACM's status syncing configs to a cluster

Constants

SYNC_CODE_UNSPECIFIED

value: 0
ACM cannot determine a sync code

SYNCED

value: 1
ACM successfully synced the git Repo with the cluster

PENDING

value: 2
ACM is in the progress of syncing a new change

ERROR

value: 3
Indicates an error configuring ACM, and user action is required

NOT_CONFIGURED

value: 4
ACM has been installed (operator manifest deployed), but not configured.

NOT_INSTALLED

value: 5
ACM has not been installed (no operator pod found)

UNAUTHORIZED

value: 6
Error authorizing with the cluster

UNREACHABLE

value: 7
Cluster could not be reached