Class: Google::Cloud::Container::V1::NodePool::NodeDrainConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

NodeDrainConfig contains the node drain related configurations for this nodepool.

Instance Attribute Summary collapse

Instance Attribute Details

#respect_pdb_during_node_pool_deletion::Boolean

Returns Whether to respect PDB during node pool deletion.

Returns:

  • (::Boolean)

    Whether to respect PDB during node pool deletion.



4971
4972
4973
4974
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4971

class NodeDrainConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end