Module: Google::Cloud::GkeHub::ConfigManagement::V1::SyncState::SyncCode

Defined in:
proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb

Overview

An enum representing Config Sync's status of syncing configs to a cluster.

Constant Summary collapse

SYNC_CODE_UNSPECIFIED =

Config Sync cannot determine a sync code

0
SYNCED =

Config Sync successfully synced the git Repo with the cluster

1
PENDING =

Config Sync is in the progress of syncing a new change

2
ERROR =

Indicates an error configuring Config Sync, and user action is required

3
NOT_CONFIGURED =

Config Sync has been installed but not configured

4
NOT_INSTALLED =

Config Sync has not been installed

5
UNAUTHORIZED =

Error authorizing with the cluster

6
UNREACHABLE =

Cluster could not be reached

7