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