Class WorkloadPolicyConfig
WorkloadPolicyConfig is the configuration of workload policy for autopilot clusters.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class WorkloadPolicyConfig : IDirectResponseSchema
Properties
AllowNetAdmin
If true, workloads can use NET_ADMIN capability.
Declaration
[JsonProperty("allowNetAdmin")]
public virtual bool? AllowNetAdmin { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |