Class: Google::Container::V1beta1::NodeManagement

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/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 Whether the nodes will be automatically repaired.

Returns:

  • (true, false)

    Whether the nodes will be automatically repaired.



1810
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1810

class NodeManagement; end

#auto_upgradetrue, false

Returns Whether the nodes will be automatically upgraded.

Returns:

  • (true, false)

    Whether the nodes will be automatically upgraded.



1810
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1810

class NodeManagement; end

#upgrade_optionsGoogle::Container::V1beta1::AutoUpgradeOptions

Returns Specifies the Auto Upgrade knobs for the node pool.

Returns:



1810
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1810

class NodeManagement; end