Module: Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState

Defined in:
proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb

Overview

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

Constant Summary collapse

DEPLOYMENT_STATE_UNSPECIFIED =

Deployment's state cannot be determined

0
NOT_INSTALLED =

Deployment is not installed

1
INSTALLED =

Deployment is installed

2
ERROR =

Deployment was attempted to be installed, but has errors

3
PENDING =

Deployment is installing or terminating

4