Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class CRDState.
CRDState representing the state of a CRD
Protobuf type google.cloud.gkehub.configmanagement.v1.ConfigSyncState.CRDState
Namespace
Google \ Cloud \ GkeHub \ ConfigManagement \ V1 \ ConfigSyncStateMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CRD_STATE_UNSPECIFIED
Value: 0CRD's state cannot be determined
Generated from protobuf enum CRD_STATE_UNSPECIFIED = 0;
NOT_INSTALLED
Value: 1CRD is not installed
Generated from protobuf enum NOT_INSTALLED = 1;
INSTALLED
Value: 2CRD is installed
Generated from protobuf enum INSTALLED = 2;
TERMINATING
Value: 3CRD is terminating (i.e., it has been deleted and is cleaning up)
Generated from protobuf enum TERMINATING = 3;
INSTALLING
Value: 4CRD is installing
Generated from protobuf enum INSTALLING = 4;