public enum SyncState.Types.SyncCode
Reference documentation and code samples for the GKE Hub v1 API enum SyncState.Types.SyncCode.
An enum representing Config Sync's status of syncing configs to a cluster.
Namespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
Google.Cloud.GkeHub.V1.dll
Fields |
|
---|---|
Name | Description |
Error |
Indicates an error configuring Config Sync, and user action is required |
NotConfigured |
Config Sync has been installed but not configured |
NotInstalled |
Config Sync has not been installed |
Pending |
Config Sync is in the progress of syncing a new change |
Synced |
Config Sync successfully synced the git Repo with the cluster |
Unauthorized |
Error authorizing with the cluster |
Unreachable |
Cluster could not be reached |
Unspecified |
Config Sync cannot determine a sync code |