Google Kubernetes Engine v1 API - Class NodeReadinessConfig (3.38.0)

public sealed class NodeReadinessConfig : IMessage<NodeReadinessConfig>, IEquatable<NodeReadinessConfig>, IDeepCloneable<NodeReadinessConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class NodeReadinessConfig.

Configuration for the GKE Node Readiness Controller.

Inheritance

object > NodeReadinessConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

NodeReadinessConfig()

public NodeReadinessConfig()

NodeReadinessConfig(NodeReadinessConfig)

public NodeReadinessConfig(NodeReadinessConfig other)
Parameter
Name Description
other NodeReadinessConfig

Properties

Enabled

public bool Enabled { get; set; }

Optional. Whether the GKE Node Readiness Controller is enabled for this cluster.

Property Value
Type Description
bool