Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class GatekeeperDeploymentState.
State of Policy Controller installation.
Generated from protobuf message google.cloud.gkehub.configmanagement.v1.GatekeeperDeploymentState
Namespace
Google \ Cloud \ GkeHub \ ConfigManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gatekeeper_controller_manager_state |
int
Status of gatekeeper-controller-manager pod. |
↳ gatekeeper_audit |
int
Status of gatekeeper-audit deployment. |
getGatekeeperControllerManagerState
Status of gatekeeper-controller-manager pod.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DeploymentState. |
setGatekeeperControllerManagerState
Status of gatekeeper-controller-manager pod.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DeploymentState. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGatekeeperAudit
Status of gatekeeper-audit deployment.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DeploymentState. |
setGatekeeperAudit
Status of gatekeeper-audit deployment.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DeploymentState. |
| Returns | |
|---|---|
| Type | Description |
$this |
|