Interface NodeManagementOrBuilder (2.5.0)

public interface NodeManagementOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutoRepair()

public abstract boolean getAutoRepair()

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.

bool auto_repair = 2;

Returns
TypeDescription
boolean

The autoRepair.

getAutoUpgrade()

public abstract boolean getAutoUpgrade()

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.

bool auto_upgrade = 1;

Returns
TypeDescription
boolean

The autoUpgrade.

getUpgradeOptions()

public abstract AutoUpgradeOptions getUpgradeOptions()

Specifies the Auto Upgrade knobs for the node pool.

.google.container.v1.AutoUpgradeOptions upgrade_options = 10;

Returns
TypeDescription
AutoUpgradeOptions

The upgradeOptions.

getUpgradeOptionsOrBuilder()

public abstract AutoUpgradeOptionsOrBuilder getUpgradeOptionsOrBuilder()

Specifies the Auto Upgrade knobs for the node pool.

.google.container.v1.AutoUpgradeOptions upgrade_options = 10;

Returns
TypeDescription
AutoUpgradeOptionsOrBuilder

hasUpgradeOptions()

public abstract boolean hasUpgradeOptions()

Specifies the Auto Upgrade knobs for the node pool.

.google.container.v1.AutoUpgradeOptions upgrade_options = 10;

Returns
TypeDescription
boolean

Whether the upgradeOptions field is set.