docs: improve DrainRequest.MarkEligible comment
This commit is contained in:
parent
a7ab75d853
commit
a854c7bdae
|
@ -52,7 +52,8 @@ type NodeUpdateDrainRequest struct {
|
|||
// will disable draining.
|
||||
DrainSpec *DrainSpec
|
||||
|
||||
// MarkEligible marks the node as eligible if removing the drain strategy.
|
||||
// MarkEligible marks the node as eligible for scheduling if removing
|
||||
// the drain strategy.
|
||||
MarkEligible bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue