public sealed class PrivilegedAdmissionConfig : IMessage<PrivilegedAdmissionConfig>, IEquatable<PrivilegedAdmissionConfig>, IDeepCloneable<PrivilegedAdmissionConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class PrivilegedAdmissionConfig.
PrivilegedAdmissionConfig stores the list of authorized allowlist paths for the cluster.
Implements
IMessagePrivilegedAdmissionConfig, IEquatablePrivilegedAdmissionConfig, IDeepCloneablePrivilegedAdmissionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
PrivilegedAdmissionConfig()
public PrivilegedAdmissionConfig()PrivilegedAdmissionConfig(PrivilegedAdmissionConfig)
public PrivilegedAdmissionConfig(PrivilegedAdmissionConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
PrivilegedAdmissionConfig |
Properties
AllowlistPaths
public RepeatedField<string> AllowlistPaths { get; }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://<partner_name>/<app_name>/<allowlist_path>, or customer-owned, in
the format gs://<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 the my-bucket bucket.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|