docs: improve DrainRequest.MarkEligible comment

This commit is contained in:
Michael Schurter 2018-03-21 10:41:06 -07:00
parent a7ab75d853
commit a854c7bdae
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ type NodeUpdateDrainRequest struct {
// will disable draining. // will disable draining.
DrainSpec *DrainSpec 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 MarkEligible bool
} }