allowlistPaths property

List<String>? allowlistPaths
getter/setter pair

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.

Implementation

core.List<core.String>? allowlistPaths;