GoogleApi.Container.V1.Model.NodeManagement (google_api_container v0.57.0)

View Source

NodeManagement defines the set of node management services turned on for the node pool.

Attributes

  • autoRepair (type: boolean(), default: nil) - 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.
  • autoUpgrade (type: boolean(), default: nil) - 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.
  • upgradeOptions (type: GoogleApi.Container.V1.Model.AutoUpgradeOptions.t, default: nil) - Specifies the Auto Upgrade knobs for the node pool.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.NodeManagement{
  autoRepair: boolean() | nil,
  autoUpgrade: boolean() | nil,
  upgradeOptions: GoogleApi.Container.V1.Model.AutoUpgradeOptions.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.