We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1db60c commit 209a343Copy full SHA for 209a343
1 file changed
pkg/server/serverctl/shutdown.go
@@ -22,8 +22,8 @@ func (r ShutdownRequest) ShutdownCause() error {
22
}
23
24
25
-// Graceful determines whether the shutdown should be effected via a
26
-// graceful drain first.
+// TerminateUsingGracefulDrain determines whether the shutdown should
+// be effected via a graceful drain first.
27
func (r ShutdownRequest) TerminateUsingGracefulDrain() bool {
28
// As of this patch, none of the existing reasons for shutdown
29
// can be correctly followed by a graceful drain.
0 commit comments