NodeDrainConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)NodeDrainConfig contains the node drain related configurations for this node pool.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
pdb_timeout_duration |
google.protobuf.duration_pb2.Duration
The duration of the PDB timeout period for node drain. This field is a member of oneof_ _pdb_timeout_duration.
|
grace_termination_duration |
google.protobuf.duration_pb2.Duration
The duration of the grace termination period for node drain. This field is a member of oneof_ _grace_termination_duration.
|
respect_pdb_during_node_pool_deletion |
bool
Whether to respect PDB during node pool deletion. This field is a member of oneof_ _respect_pdb_during_node_pool_deletion.
|