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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentStategetGatekeeperAudit()Status of gatekeeper-audit deployment.intgetGatekeeperAuditValue()Status of gatekeeper-audit deployment.DeploymentStategetGatekeeperControllerManagerState()Status of gatekeeper-controller-manager pod.intgetGatekeeperControllerManagerStateValue()Status of gatekeeper-controller-manager pod.DeploymentStategetGatekeeperMutation()Status of the pod serving the mutation webhook.intgetGatekeeperMutationValue()Status of the pod serving the mutation webhook.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGatekeeperControllerManagerStateValue
int getGatekeeperControllerManagerStateValue()
Status of gatekeeper-controller-manager pod.
.google.cloud.gkehub.configmanagement.v1alpha.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.v1alpha.DeploymentState gatekeeper_controller_manager_state = 1;- Returns:
- The gatekeeperControllerManagerState.
-
getGatekeeperAuditValue
int getGatekeeperAuditValue()
Status of gatekeeper-audit deployment.
.google.cloud.gkehub.configmanagement.v1alpha.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.v1alpha.DeploymentState gatekeeper_audit = 2;- Returns:
- The gatekeeperAudit.
-
getGatekeeperMutationValue
int getGatekeeperMutationValue()
Status of the pod serving the mutation webhook.
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState gatekeeper_mutation = 3;- Returns:
- The enum numeric value on the wire for gatekeeperMutation.
-
getGatekeeperMutation
DeploymentState getGatekeeperMutation()
Status of the pod serving the mutation webhook.
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState gatekeeper_mutation = 3;- Returns:
- The gatekeeperMutation.
-
-