Class: Google::Cloud::Container::V1beta1::NodeManagement
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::NodeManagement
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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 ⇒ ::Boolean
Whether the nodes will be automatically repaired.
-
#auto_upgrade ⇒ ::Boolean
Whether the nodes will be automatically upgraded.
-
#upgrade_options ⇒ ::Google::Cloud::Container::V1beta1::AutoUpgradeOptions
Specifies the Auto Upgrade knobs for the node pool.
Instance Attribute Details
#auto_repair ⇒ ::Boolean
Returns Whether the nodes will be automatically repaired.
3398 3399 3400 3401 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3398 class NodeManagement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#auto_upgrade ⇒ ::Boolean
Returns Whether the nodes will be automatically upgraded.
3398 3399 3400 3401 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3398 class NodeManagement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#upgrade_options ⇒ ::Google::Cloud::Container::V1beta1::AutoUpgradeOptions
Returns Specifies the Auto Upgrade knobs for the node pool.
3398 3399 3400 3401 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3398 class NodeManagement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |