Google Kubernetes Engine v1 API - Class NodeManagement (3.10.0)

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

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

NodeManagement defines the set of node management services turned on for the node pool.

Inheritance

object > NodeManagement

Namespace

GoogleGoogle.CloudGoogle.Cloud.ContainerV1

Assembly

Google.Cloud.Container.V1.dll

Constructors

NodeManagement()

public NodeManagement()

NodeManagement(NodeManagement)

public NodeManagement(NodeManagement other)
Parameter
NameDescription
otherNodeManagement

Properties

AutoRepair

public bool AutoRepair { get; set; }

A flag that specifies whether the node auto-repair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered.

Property Value
TypeDescription
bool

AutoUpgrade

public bool AutoUpgrade { get; set; }

A flag that specifies whether node auto-upgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes.

Property Value
TypeDescription
bool

UpgradeOptions

public AutoUpgradeOptions UpgradeOptions { get; set; }

Specifies the Auto Upgrade knobs for the node pool.

Property Value
TypeDescription
AutoUpgradeOptions