NodeManagement defines the set of node management services turned on for the node pool.
JSON representation |
---|
{
"autoUpgrade": boolean,
"autoRepair": boolean,
"upgradeOptions": {
object ( |
Fields | |
---|---|
autoUpgrade |
Whether the nodes will be automatically upgraded. |
autoRepair |
Whether the nodes will be automatically repaired. |
upgradeOptions |
Specifies the Auto Upgrade knobs for the node pool. |
AutoUpgradeOptions
AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.
JSON representation |
---|
{ "autoUpgradeStartTime": string, "description": string } |
Fields | |
---|---|
autoUpgradeStartTime |
Output only. This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format. |
description |
Output only. This field is set when upgrades are about to commence with the description of the upgrade. |