Class: Google::Cloud::Container::V1::NodePool::NodePoolMaintenancePolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NodePool::NodePoolMaintenancePolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Defines the maintenance policy for the node pool.
Instance Attribute Summary collapse
Instance Attribute Details
#exclusion_until_end_of_support ⇒ ::Google::Cloud::Container::V1::NodePool::ExclusionUntilEndOfSupport
Returns Optional. The exclusion until end of support for the node pool.
5274 5275 5276 5277 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5274 class NodePoolMaintenancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |