public interface GatekeeperDeploymentStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGatekeeperAudit()
public abstract DeploymentState getGatekeeperAudit()Status of gatekeeper-audit deployment.
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState gatekeeper_audit = 2;
| Returns | |
|---|---|
| Type | Description |
DeploymentState |
The gatekeeperAudit. |
getGatekeeperAuditValue()
public abstract int getGatekeeperAuditValue()Status of gatekeeper-audit deployment.
.google.cloud.gkehub.configmanagement.v1beta.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.v1beta.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.v1beta.DeploymentState gatekeeper_controller_manager_state = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for gatekeeperControllerManagerState. |
getGatekeeperMutation()
public abstract DeploymentState getGatekeeperMutation()Status of the pod serving the mutation webhook.
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState gatekeeper_mutation = 3;
| Returns | |
|---|---|
| Type | Description |
DeploymentState |
The gatekeeperMutation. |
getGatekeeperMutationValue()
public abstract int getGatekeeperMutationValue()Status of the pod serving the mutation webhook.
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState gatekeeper_mutation = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for gatekeeperMutation. |