From a854c7bdaec7da5bac1e388a75f08a3b8e5f5b77 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 21 Mar 2018 10:41:06 -0700 Subject: [PATCH] docs: improve DrainRequest.MarkEligible comment --- api/nodes.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/nodes.go b/api/nodes.go index d625629fb..76e25594f 100644 --- a/api/nodes.go +++ b/api/nodes.go @@ -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 }