Google Cloud Gke Hub V1 Client - Class DeploymentState (0.6.3)

Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class DeploymentState.

Enum representing the state of an ACM's deployment on a cluster

Protobuf type google.cloud.gkehub.configmanagement.v1.DeploymentState

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

DEPLOYMENT_STATE_UNSPECIFIED

Value: 0

Deployment's state cannot be determined

Generated from protobuf enum DEPLOYMENT_STATE_UNSPECIFIED = 0;

NOT_INSTALLED

Value: 1

Deployment is not installed

Generated from protobuf enum NOT_INSTALLED = 1;

INSTALLED

Value: 2

Deployment is installed

Generated from protobuf enum INSTALLED = 2;

ERROR

Value: 3

Deployment was attempted to be installed, but has errors

Generated from protobuf enum ERROR = 3;