Class ClusterPolicyConfig (2.65.0)

ClusterPolicyConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ClusterPolicyConfig stores the configuration for cluster wide policies.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
no_system_mutation bool
Denotes that preventing creation and mutation of resources in GKE managed namespaces and cluster-scoped GKE managed resources . This field is a member of oneof_ _no_system_mutation.
no_system_impersonation bool
Denotes preventing impersonation and CSRs for GKE System users. This field is a member of oneof_ _no_system_impersonation.
no_unsafe_webhooks bool
Denotes preventing unsafe webhooks. This field is a member of oneof_ _no_unsafe_webhooks.
no_standard_node_pools bool
Denotes preventing standard node pools and requiring only autopilot node pools. This field is a member of oneof_ _no_standard_node_pools.