Class: Google::Cloud::Container::V1::NodePool::NodePoolMaintenancePolicy

Inherits:
Object
  • Object
show all
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.

Returns:



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