Class PrivilegedAdmissionConfig
PrivilegedAdmissionConfig stores the list of authorized allowlist paths for the cluster.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class PrivilegedAdmissionConfig : IDirectResponseSchema
Properties
AllowlistPaths
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.
Declaration
[JsonProperty("allowlistPaths")]
public virtual IList<string> AllowlistPaths { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |