google_api_container v0.6.0 GoogleApi.Container.V1.Model.NodeManagement View Source
NodeManagement defines the set of node management services turned on for the node pool.
Attributes
- autoRepair (boolean()): 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. Defaults to:
null
. - autoUpgrade (boolean()): 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. Defaults to:
null
. - upgradeOptions (AutoUpgradeOptions): Specifies the Auto Upgrade knobs for the node pool. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Container.V1.Model.NodeManagement{
autoRepair: any(),
autoUpgrade: any(),
upgradeOptions: GoogleApi.Container.V1.Model.AutoUpgradeOptions.t()
}
t() :: %GoogleApi.Container.V1.Model.NodeManagement{ autoRepair: any(), autoUpgrade: any(), upgradeOptions: GoogleApi.Container.V1.Model.AutoUpgradeOptions.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.