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.
Implements
IMessageNodeManagement, IEquatableNodeManagement, IDeepCloneableNodeManagement, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
NodeManagement()
public NodeManagement()
NodeManagement(NodeManagement)
public NodeManagement(NodeManagement other)
Parameter | |
---|---|
Name | Description |
other | NodeManagement |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
bool |
UpgradeOptions
public AutoUpgradeOptions UpgradeOptions { get; set; }
Specifies the Auto Upgrade knobs for the node pool.
Property Value | |
---|---|
Type | Description |
AutoUpgradeOptions |