Reference documentation and code samples for the Google Cloud Container V1 Client class ClusterPolicyConfig.
ClusterPolicyConfig stores the configuration for cluster wide policies.
Generated from protobuf message google.container.v1.ClusterPolicyConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ no_system_mutation
bool
Denotes that preventing creation and mutation of resources in GKE managed namespaces and cluster-scoped GKE managed resources .
↳ no_system_impersonation
bool
Denotes preventing impersonation and CSRs for GKE System users.
↳ no_unsafe_webhooks
bool
Denotes preventing unsafe webhooks.
↳ no_standard_node_pools
bool
Denotes preventing standard node pools and requiring only autopilot node pools.
getNoSystemMutation
Denotes that preventing creation and mutation of resources in GKE managed namespaces and cluster-scoped GKE managed resources .
bool
hasNoSystemMutation
clearNoSystemMutation
setNoSystemMutation
Denotes that preventing creation and mutation of resources in GKE managed namespaces and cluster-scoped GKE managed resources .
var
bool
$this
getNoSystemImpersonation
Denotes preventing impersonation and CSRs for GKE System users.
bool
hasNoSystemImpersonation
clearNoSystemImpersonation
setNoSystemImpersonation
Denotes preventing impersonation and CSRs for GKE System users.
var
bool
$this
getNoUnsafeWebhooks
Denotes preventing unsafe webhooks.
bool
hasNoUnsafeWebhooks
clearNoUnsafeWebhooks
setNoUnsafeWebhooks
Denotes preventing unsafe webhooks.
var
bool
$this
getNoStandardNodePools
Denotes preventing standard node pools and requiring only autopilot node pools.
bool
hasNoStandardNodePools
clearNoStandardNodePools
setNoStandardNodePools
Denotes preventing standard node pools and requiring only autopilot node pools.
var
bool
$this

