Show / Hide Table of Contents

Class ClusterPolicyConfig

ClusterPolicyConfig stores the configuration for cluster wide policies.

Inheritance
object
ClusterPolicyConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX