public interface GatekeeperDeploymentStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeploymentState |
getGatekeeperAudit()
Status of gatekeeper-audit deployment.
|
int |
getGatekeeperAuditValue()
Status of gatekeeper-audit deployment.
|
DeploymentState |
getGatekeeperControllerManagerState()
Status of gatekeeper-controller-manager pod.
|
int |
getGatekeeperControllerManagerStateValue()
Status of gatekeeper-controller-manager pod.
|
DeploymentState |
getGatekeeperMutation()
Status of the pod serving the mutation webhook.
|
int |
getGatekeeperMutationValue()
Status of the pod serving the mutation webhook.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getGatekeeperControllerManagerStateValue()
Status of gatekeeper-controller-manager pod.
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState gatekeeper_controller_manager_state = 1;
DeploymentState getGatekeeperControllerManagerState()
Status of gatekeeper-controller-manager pod.
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState gatekeeper_controller_manager_state = 1;
int getGatekeeperAuditValue()
Status of gatekeeper-audit deployment.
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState gatekeeper_audit = 2;
DeploymentState getGatekeeperAudit()
Status of gatekeeper-audit deployment.
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState gatekeeper_audit = 2;
int getGatekeeperMutationValue()
Status of the pod serving the mutation webhook.
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState gatekeeper_mutation = 3;
DeploymentState getGatekeeperMutation()
Status of the pod serving the mutation webhook.
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState gatekeeper_mutation = 3;
Copyright © 2024 Google LLC. All rights reserved.