Google Cloud Gke Hub V1 Client - Class SyncCode (0.9.3)

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

Namespace

Google \ Cloud \ GkeHub \ ConfigManagement \ V1 \ SyncState

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

SYNC_CODE_UNSPECIFIED

Value: 0

ACM cannot determine a sync code

Generated from protobuf enum SYNC_CODE_UNSPECIFIED = 0;

SYNCED

Value: 1

ACM successfully synced the git Repo with the cluster

Generated from protobuf enum SYNCED = 1;

PENDING

Value: 2

ACM is in the progress of syncing a new change

Generated from protobuf enum PENDING = 2;

ERROR

Value: 3

Indicates an error configuring ACM, and user action is required

Generated from protobuf enum ERROR = 3;

NOT_CONFIGURED

Value: 4

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

Generated from protobuf enum NOT_CONFIGURED = 4;

NOT_INSTALLED

Value: 5

ACM has not been installed (no operator pod found)

Generated from protobuf enum NOT_INSTALLED = 5;

UNAUTHORIZED

Value: 6

Error authorizing with the cluster

Generated from protobuf enum UNAUTHORIZED = 6;

UNREACHABLE

Value: 7

Cluster could not be reached

Generated from protobuf enum UNREACHABLE = 7;