public interface NodeManagementOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAutoRepair()
A flag that specifies whether the node auto-repair is enabled for the node
pool.
|
boolean |
getAutoUpgrade()
A flag that specifies whether node auto-upgrade is enabled for the node
pool.
|
AutoUpgradeOptions |
getUpgradeOptions()
Specifies the Auto Upgrade knobs for the node pool.
|
AutoUpgradeOptionsOrBuilder |
getUpgradeOptionsOrBuilder()
Specifies the Auto Upgrade knobs for the node pool.
|
boolean |
hasUpgradeOptions()
Specifies the Auto Upgrade knobs for the node pool.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
boolean hasUpgradeOptions()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1.AutoUpgradeOptions upgrade_options = 10;
AutoUpgradeOptions getUpgradeOptions()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1.AutoUpgradeOptions upgrade_options = 10;
AutoUpgradeOptionsOrBuilder getUpgradeOptionsOrBuilder()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1.AutoUpgradeOptions upgrade_options = 10;