Class: Google::Cloud::Container::V1::NodeManagement
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NodeManagement
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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
-
#auto_repair ⇒ ::Boolean
A flag that specifies whether the node auto-repair is enabled for the node pool.
-
#auto_upgrade ⇒ ::Boolean
A flag that specifies whether node auto-upgrade is enabled for the node pool.
-
#upgrade_options ⇒ ::Google::Cloud::Container::V1::AutoUpgradeOptions
Specifies the Auto Upgrade knobs for the node pool.
Instance Attribute Details
#auto_repair ⇒ ::Boolean
3519 3520 3521 3522 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3519 class NodeManagement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#auto_upgrade ⇒ ::Boolean
3519 3520 3521 3522 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3519 class NodeManagement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#upgrade_options ⇒ ::Google::Cloud::Container::V1::AutoUpgradeOptions
3519 3520 3521 3522 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3519 class NodeManagement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |