Class: Google::Container::V1beta1::NodeManagement
- Inherits:
-
Object
- Object
- Google::Container::V1beta1::NodeManagement
- 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
-
#auto_repair ⇒ true, false
Whether the nodes will be automatically repaired.
-
#auto_upgrade ⇒ true, false
Whether the nodes will be automatically upgraded.
-
#upgrade_options ⇒ Google::Container::V1beta1::AutoUpgradeOptions
Specifies the Auto Upgrade knobs for the node pool.
Instance Attribute Details
#auto_repair ⇒ true, false
Returns 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_upgrade ⇒ true, false
Returns 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_options ⇒ Google::Container::V1beta1::AutoUpgradeOptions
Returns Specifies the Auto Upgrade knobs for the node pool.
1810 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1810 class NodeManagement; end |