Class ClusterPolicyConfig
ClusterPolicyConfig stores the configuration for cluster wide policies.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ClusterPolicyConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NoStandardNodePools
Denotes preventing standard node pools and requiring only autopilot node pools.
Declaration
[JsonProperty("noStandardNodePools")]
public virtual bool? NoStandardNodePools { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
NoSystemImpersonation
Denotes preventing impersonation and CSRs for GKE System users.
Declaration
[JsonProperty("noSystemImpersonation")]
public virtual bool? NoSystemImpersonation { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
NoSystemMutation
Denotes that preventing creation and mutation of resources in GKE managed namespaces and cluster-scoped GKE managed resources .
Declaration
[JsonProperty("noSystemMutation")]
public virtual bool? NoSystemMutation { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
NoUnsafeWebhooks
Denotes preventing unsafe webhooks.
Declaration
[JsonProperty("noUnsafeWebhooks")]
public virtual bool? NoUnsafeWebhooks { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |