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.v1beta.DeploymentState gatekeeper_audit = 2;

Returns
TypeDescription
DeploymentState

The gatekeeperAudit.

getGatekeeperAuditValue()

public abstract int getGatekeeperAuditValue()

Status of gatekeeper-audit deployment.

.google.cloud.gkehub.configmanagement.v1beta.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.v1beta.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.v1beta.DeploymentState gatekeeper_controller_manager_state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for gatekeeperControllerManagerState.