Interface GatekeeperDeploymentStateOrBuilder (1.3.4)

public interface GatekeeperDeploymentStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGatekeeperAudit()

public abstract DeploymentState getGatekeeperAudit()

Status of gatekeeper-audit deployment.

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState gatekeeper_audit = 2;

Returns
TypeDescription
DeploymentState

The gatekeeperAudit.

getGatekeeperAuditValue()

public abstract int getGatekeeperAuditValue()

Status of gatekeeper-audit deployment.

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState gatekeeper_audit = 2;

Returns
TypeDescription
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.v1alpha.DeploymentState gatekeeper_controller_manager_state = 1;

Returns
TypeDescription
DeploymentState

The gatekeeperControllerManagerState.

getGatekeeperControllerManagerStateValue()

public abstract int getGatekeeperControllerManagerStateValue()

Status of gatekeeper-controller-manager pod.

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState gatekeeper_controller_manager_state = 1;

Returns
TypeDescription
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.v1alpha.DeploymentState gatekeeper_mutation = 3;

Returns
TypeDescription
DeploymentState

The gatekeeperMutation.

getGatekeeperMutationValue()

public abstract int getGatekeeperMutationValue()

Status of the pod serving the mutation webhook.

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState gatekeeper_mutation = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for gatekeeperMutation.