Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::PrivilegedAdmissionConfig.
PrivilegedAdmissionConfig stores the list of authorized allowlist paths for the cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allowlist_paths
def allowlist_paths() -> ::Array<::String>-
(::Array<::String>) — The customer allowlist Cloud Storage paths for the cluster. These paths are
used with the
--autopilot-privileged-admissionflag to authorize privileged workloads in Autopilot clusters.Paths can be GKE-owned, in the format
gke://<partner_name>/<app_name>/<allowlist_path>, or customer-owned, in the formatgs://<bucket_name>/<allowlist_path>.Wildcards (
*) are supported to authorize all allowlists under specific paths or directories. Example:gs://my-bucket/*will authorize all allowlists under themy-bucketbucket.
#allowlist_paths=
def allowlist_paths=(value) -> ::Array<::String>-
value (::Array<::String>) — The customer allowlist Cloud Storage paths for the cluster. These paths are
used with the
--autopilot-privileged-admissionflag to authorize privileged workloads in Autopilot clusters.Paths can be GKE-owned, in the format
gke://<partner_name>/<app_name>/<allowlist_path>, or customer-owned, in the formatgs://<bucket_name>/<allowlist_path>.Wildcards (
*) are supported to authorize all allowlists under specific paths or directories. Example:gs://my-bucket/*will authorize all allowlists under themy-bucketbucket.
-
(::Array<::String>) — The customer allowlist Cloud Storage paths for the cluster. These paths are
used with the
--autopilot-privileged-admissionflag to authorize privileged workloads in Autopilot clusters.Paths can be GKE-owned, in the format
gke://<partner_name>/<app_name>/<allowlist_path>, or customer-owned, in the formatgs://<bucket_name>/<allowlist_path>.Wildcards (
*) are supported to authorize all allowlists under specific paths or directories. Example:gs://my-bucket/*will authorize all allowlists under themy-bucketbucket.