| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterPolicyConfig |
ClusterPolicyConfig.clone() |
ClusterPolicyConfig |
Autopilot.getClusterPolicyConfig()
ClusterPolicyConfig denotes cluster level policies that are enforced for the cluster.
|
ClusterPolicyConfig |
ClusterUpdate.getDesiredAutopilotClusterPolicyConfig()
The desired autopilot cluster policies that to be enforced in the cluster.
|
ClusterPolicyConfig |
ClusterPolicyConfig.set(String fieldName,
Object value) |
ClusterPolicyConfig |
ClusterPolicyConfig.setNoStandardNodePools(Boolean noStandardNodePools)
Denotes preventing standard node pools and requiring only autopilot node pools.
|
ClusterPolicyConfig |
ClusterPolicyConfig.setNoSystemImpersonation(Boolean noSystemImpersonation)
Denotes preventing impersonation and CSRs for GKE System users.
|
ClusterPolicyConfig |
ClusterPolicyConfig.setNoSystemMutation(Boolean noSystemMutation)
Denotes that preventing creation and mutation of resources in GKE managed namespaces and
cluster-scoped GKE managed resources .
|
ClusterPolicyConfig |
ClusterPolicyConfig.setNoUnsafeWebhooks(Boolean noUnsafeWebhooks)
Denotes preventing unsafe webhooks.
|
| Modifier and Type | Method and Description |
|---|---|
Autopilot |
Autopilot.setClusterPolicyConfig(ClusterPolicyConfig clusterPolicyConfig)
ClusterPolicyConfig denotes cluster level policies that are enforced for the cluster.
|
ClusterUpdate |
ClusterUpdate.setDesiredAutopilotClusterPolicyConfig(ClusterPolicyConfig desiredAutopilotClusterPolicyConfig)
The desired autopilot cluster policies that to be enforced in the cluster.
|
Copyright © 2011–2026 Google. All rights reserved.