Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class SyncCode.
An enum representing an ACM's status syncing configs to a cluster
Protobuf type google.cloud.gkehub.configmanagement.v1.SyncState.SyncCode
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SYNC_CODE_UNSPECIFIED
Value: 0ACM cannot determine a sync code
Generated from protobuf enum SYNC_CODE_UNSPECIFIED = 0;
SYNCED
Value: 1ACM successfully synced the git Repo with the cluster
Generated from protobuf enum SYNCED = 1;
PENDING
Value: 2ACM is in the progress of syncing a new change
Generated from protobuf enum PENDING = 2;
ERROR
Value: 3Indicates an error configuring ACM, and user action is required
Generated from protobuf enum ERROR = 3;
NOT_CONFIGURED
Value: 4ACM has been installed (operator manifest deployed), but not configured.
Generated from protobuf enum NOT_CONFIGURED = 4;
NOT_INSTALLED
Value: 5ACM has not been installed (no operator pod found)
Generated from protobuf enum NOT_INSTALLED = 5;
UNAUTHORIZED
Value: 6Error authorizing with the cluster
Generated from protobuf enum UNAUTHORIZED = 6;
UNREACHABLE
Value: 7Cluster could not be reached
Generated from protobuf enum UNREACHABLE = 7;