Class NodeManagement
NodeManagement defines the set of node management services turned on for the node pool.
Implements
Inherited Members
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 |