| Package | Description |
|---|---|
| com.google.cloud.gkehub.configmanagement.v1alpha |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentState |
DeploymentState.forNumber(int value) |
DeploymentState |
OperatorState.getDeploymentState()
The state of the Operator's deployment
|
DeploymentState |
OperatorState.Builder.getDeploymentState()
The state of the Operator's deployment
|
DeploymentState |
OperatorStateOrBuilder.getDeploymentState()
The state of the Operator's deployment
|
DeploymentState |
HierarchyControllerDeploymentState.getExtension()
The deployment state for Hierarchy Controller extension (e.g.
|
DeploymentState |
HierarchyControllerDeploymentState.Builder.getExtension()
The deployment state for Hierarchy Controller extension (e.g.
|
DeploymentState |
HierarchyControllerDeploymentStateOrBuilder.getExtension()
The deployment state for Hierarchy Controller extension (e.g.
|
DeploymentState |
GatekeeperDeploymentState.getGatekeeperAudit()
Status of gatekeeper-audit deployment.
|
DeploymentState |
GatekeeperDeploymentState.Builder.getGatekeeperAudit()
Status of gatekeeper-audit deployment.
|
DeploymentState |
GatekeeperDeploymentStateOrBuilder.getGatekeeperAudit()
Status of gatekeeper-audit deployment.
|
DeploymentState |
GatekeeperDeploymentState.getGatekeeperControllerManagerState()
Status of gatekeeper-controller-manager pod.
|
DeploymentState |
GatekeeperDeploymentState.Builder.getGatekeeperControllerManagerState()
Status of gatekeeper-controller-manager pod.
|
DeploymentState |
GatekeeperDeploymentStateOrBuilder.getGatekeeperControllerManagerState()
Status of gatekeeper-controller-manager pod.
|
DeploymentState |
GatekeeperDeploymentState.getGatekeeperMutation()
Status of the pod serving the mutation webhook.
|
DeploymentState |
GatekeeperDeploymentState.Builder.getGatekeeperMutation()
Status of the pod serving the mutation webhook.
|
DeploymentState |
GatekeeperDeploymentStateOrBuilder.getGatekeeperMutation()
Status of the pod serving the mutation webhook.
|
DeploymentState |
ConfigSyncDeploymentState.getGitSync()
Deployment state of the git-sync pod
|
DeploymentState |
ConfigSyncDeploymentState.Builder.getGitSync()
Deployment state of the git-sync pod
|
DeploymentState |
ConfigSyncDeploymentStateOrBuilder.getGitSync()
Deployment state of the git-sync pod
|
DeploymentState |
HierarchyControllerDeploymentState.getHnc()
The deployment state for open source HNC (e.g.
|
DeploymentState |
HierarchyControllerDeploymentState.Builder.getHnc()
The deployment state for open source HNC (e.g.
|
DeploymentState |
HierarchyControllerDeploymentStateOrBuilder.getHnc()
The deployment state for open source HNC (e.g.
|
DeploymentState |
ConfigSyncDeploymentState.getImporter()
Deployment state of the importer pod
|
DeploymentState |
ConfigSyncDeploymentState.Builder.getImporter()
Deployment state of the importer pod
|
DeploymentState |
ConfigSyncDeploymentStateOrBuilder.getImporter()
Deployment state of the importer pod
|
DeploymentState |
ConfigSyncDeploymentState.getMonitor()
Deployment state of the monitor pod
|
DeploymentState |
ConfigSyncDeploymentState.Builder.getMonitor()
Deployment state of the monitor pod
|
DeploymentState |
ConfigSyncDeploymentStateOrBuilder.getMonitor()
Deployment state of the monitor pod
|
DeploymentState |
ConfigSyncDeploymentState.getReconcilerManager()
Deployment state of reconciler-manager pod
|
DeploymentState |
ConfigSyncDeploymentState.Builder.getReconcilerManager()
Deployment state of reconciler-manager pod
|
DeploymentState |
ConfigSyncDeploymentStateOrBuilder.getReconcilerManager()
Deployment state of reconciler-manager pod
|
DeploymentState |
ConfigSyncDeploymentState.getRootReconciler()
Deployment state of root-reconciler
|
DeploymentState |
ConfigSyncDeploymentState.Builder.getRootReconciler()
Deployment state of root-reconciler
|
DeploymentState |
ConfigSyncDeploymentStateOrBuilder.getRootReconciler()
Deployment state of root-reconciler
|
DeploymentState |
ConfigSyncDeploymentState.getSyncer()
Deployment state of the syncer pod
|
DeploymentState |
ConfigSyncDeploymentState.Builder.getSyncer()
Deployment state of the syncer pod
|
DeploymentState |
ConfigSyncDeploymentStateOrBuilder.getSyncer()
Deployment state of the syncer pod
|
DeploymentState |
BinauthzState.getWebhook()
The state of the binauthz webhook.
|
DeploymentState |
BinauthzState.Builder.getWebhook()
The state of the binauthz webhook.
|
DeploymentState |
BinauthzStateOrBuilder.getWebhook()
The state of the binauthz webhook.
|
static DeploymentState |
DeploymentState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DeploymentState |
DeploymentState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DeploymentState |
DeploymentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentState[] |
DeploymentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<DeploymentState> |
DeploymentState.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
OperatorState.Builder |
OperatorState.Builder.setDeploymentState(DeploymentState value)
The state of the Operator's deployment
|
HierarchyControllerDeploymentState.Builder |
HierarchyControllerDeploymentState.Builder.setExtension(DeploymentState value)
The deployment state for Hierarchy Controller extension (e.g.
|
GatekeeperDeploymentState.Builder |
GatekeeperDeploymentState.Builder.setGatekeeperAudit(DeploymentState value)
Status of gatekeeper-audit deployment.
|
GatekeeperDeploymentState.Builder |
GatekeeperDeploymentState.Builder.setGatekeeperControllerManagerState(DeploymentState value)
Status of gatekeeper-controller-manager pod.
|
GatekeeperDeploymentState.Builder |
GatekeeperDeploymentState.Builder.setGatekeeperMutation(DeploymentState value)
Status of the pod serving the mutation webhook.
|
ConfigSyncDeploymentState.Builder |
ConfigSyncDeploymentState.Builder.setGitSync(DeploymentState value)
Deployment state of the git-sync pod
|
HierarchyControllerDeploymentState.Builder |
HierarchyControllerDeploymentState.Builder.setHnc(DeploymentState value)
The deployment state for open source HNC (e.g.
|
ConfigSyncDeploymentState.Builder |
ConfigSyncDeploymentState.Builder.setImporter(DeploymentState value)
Deployment state of the importer pod
|
ConfigSyncDeploymentState.Builder |
ConfigSyncDeploymentState.Builder.setMonitor(DeploymentState value)
Deployment state of the monitor pod
|
ConfigSyncDeploymentState.Builder |
ConfigSyncDeploymentState.Builder.setReconcilerManager(DeploymentState value)
Deployment state of reconciler-manager pod
|
ConfigSyncDeploymentState.Builder |
ConfigSyncDeploymentState.Builder.setRootReconciler(DeploymentState value)
Deployment state of root-reconciler
|
ConfigSyncDeploymentState.Builder |
ConfigSyncDeploymentState.Builder.setSyncer(DeploymentState value)
Deployment state of the syncer pod
|
BinauthzState.Builder |
BinauthzState.Builder.setWebhook(DeploymentState value)
The state of the binauthz webhook.
|
Copyright © 2024 Google LLC. All rights reserved.