Interface GatekeeperDeploymentStateOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GatekeeperDeploymentState, GatekeeperDeploymentState.Builder

    public interface GatekeeperDeploymentStateOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getGatekeeperControllerManagerStateValue

        int getGatekeeperControllerManagerStateValue()
         Status of gatekeeper-controller-manager pod.
         
        .google.cloud.gkehub.configmanagement.v1beta.DeploymentState gatekeeper_controller_manager_state = 1;
        Returns:
        The enum numeric value on the wire for gatekeeperControllerManagerState.
      • getGatekeeperControllerManagerState

        DeploymentState getGatekeeperControllerManagerState()
         Status of gatekeeper-controller-manager pod.
         
        .google.cloud.gkehub.configmanagement.v1beta.DeploymentState gatekeeper_controller_manager_state = 1;
        Returns:
        The gatekeeperControllerManagerState.
      • getGatekeeperAuditValue

        int getGatekeeperAuditValue()
         Status of gatekeeper-audit deployment.
         
        .google.cloud.gkehub.configmanagement.v1beta.DeploymentState gatekeeper_audit = 2;
        Returns:
        The enum numeric value on the wire for gatekeeperAudit.
      • getGatekeeperAudit

        DeploymentState getGatekeeperAudit()
         Status of gatekeeper-audit deployment.
         
        .google.cloud.gkehub.configmanagement.v1beta.DeploymentState gatekeeper_audit = 2;
        Returns:
        The gatekeeperAudit.