Skip to content

Commit

Permalink
docs: improve DrainRequest.MarkEligible comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Mar 21, 2018
1 parent 07fe879 commit 3496bcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 3496bcf

Please sign in to comment.