We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d954c01 commit c3bd2b6Copy full SHA for c3bd2b6
pkg/watcher/options.go
@@ -56,7 +56,7 @@ func WithRebootTimeWindowMinutes(s string) Option {
56
}
57
58
59
-// WithDesiredGPUCount returns Option to set reboot time window.
+// WithDesiredGPUCount returns Option to set desired GPU count .
60
func WithDesiredGPUCount(s string) Option {
61
return func(w *watcher) {
62
n, err := strconv.Atoi(s)
0 commit comments