Class WorkloadPolicyConfig
WorkloadPolicyConfig is the configuration related to GCW workload policy
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.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? |
AutopilotCompatibilityAuditingEnabled
If true, enables the GCW Auditor that audits workloads on standard clusters.
Declaration
[JsonProperty("autopilotCompatibilityAuditingEnabled")]
public virtual bool? AutopilotCompatibilityAuditingEnabled { 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 |