Class: Google::Container::V1::NodeManagement

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#auto_repairtrue, false

Returns 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.

Returns:

  • (true, false)

    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.



1707
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1707

class NodeManagement; end

#auto_upgradetrue, false

Returns 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.

Returns:

  • (true, false)

    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.



1707
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1707

class NodeManagement; end

#upgrade_optionsGoogle::Container::V1::AutoUpgradeOptions

Returns Specifies the Auto Upgrade knobs for the node pool.

Returns:



1707
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1707

class NodeManagement; end