public interface GatekeeperDeploymentStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGatekeeperAudit()
public abstract DeploymentState getGatekeeperAudit()Status of gatekeeper-audit deployment.
.google.cloud.gkehub.configmanagement.v1.DeploymentState gatekeeper_audit = 2;
| Returns | |
|---|---|
| Type | Description |
DeploymentState |
The gatekeeperAudit. |
getGatekeeperAuditValue()
public abstract int getGatekeeperAuditValue()Status of gatekeeper-audit deployment.
.google.cloud.gkehub.configmanagement.v1.DeploymentState gatekeeper_audit = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for gatekeeperAudit. |
getGatekeeperControllerManagerState()
public abstract DeploymentState getGatekeeperControllerManagerState()Status of gatekeeper-controller-manager pod.
.google.cloud.gkehub.configmanagement.v1.DeploymentState gatekeeper_controller_manager_state = 1;
| Returns | |
|---|---|
| Type | Description |
DeploymentState |
The gatekeeperControllerManagerState. |
getGatekeeperControllerManagerStateValue()
public abstract int getGatekeeperControllerManagerStateValue()Status of gatekeeper-controller-manager pod.
.google.cloud.gkehub.configmanagement.v1.DeploymentState gatekeeper_controller_manager_state = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for gatekeeperControllerManagerState. |