Class PrivilegedAdmissionConfig (2.61.0)

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

PrivilegedAdmissionConfig stores the list of authorized allowlist paths for the cluster.

Attribute

Name Description
allowlist_paths MutableSequence[str]
The customer allowlist Cloud Storage paths for the cluster. These paths are used with the --autopilot-privileged-admission flag to authorize privileged workloads in Autopilot clusters. Paths can be GKE-owned, in the format gke://, or customer-owned, in the format gs://. Wildcards (*) are supported to authorize all allowlists under specific paths or directories. Example: gs://my-bucket/* will authorize all allowlists under the my-bucket bucket.