Class: Google::Cloud::Container::V1::NodePool::NodeDrainConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NodePool::NodeDrainConfig
- 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
-
#respect_pdb_during_node_pool_deletion ⇒ ::Boolean
Whether to respect PDB during node pool deletion.
Instance Attribute Details
#respect_pdb_during_node_pool_deletion ⇒ ::Boolean
Returns 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 |