Show / Hide Table of Contents

Class NodeManagement

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

Inheritance
object
NodeManagement
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 NodeManagement : IDirectResponseSchema

Properties

AutoRepair

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.

Declaration
[JsonProperty("autoRepair")]
public virtual bool? AutoRepair { get; set; }
Property Value
Type Description
bool?

AutoUpgrade

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.

Declaration
[JsonProperty("autoUpgrade")]
public virtual bool? AutoUpgrade { 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

UpgradeOptions

Specifies the Auto Upgrade knobs for the node pool.

Declaration
[JsonProperty("upgradeOptions")]
public virtual AutoUpgradeOptions UpgradeOptions { get; set; }
Property Value
Type Description
AutoUpgradeOptions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX