File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
2727 log "github.com/sirupsen/logrus"
2828 cli "github.com/urfave/cli/v2"
2929
30- v1 "k8s.io/api/core/v1"
30+ "k8s.io/api/core/v1"
3131 "k8s.io/apimachinery/pkg/fields"
3232 "k8s.io/client-go/kubernetes"
3333 "k8s.io/client-go/tools/cache"
@@ -197,7 +197,7 @@ func main() {
197197 Name : "default-gpu-clients-namespace" ,
198198 Aliases : []string {"p" },
199199 Value : DefaultGPUClientsNamespace ,
200- Usage : "name of the Kubernetes namespace in which the GPU client Pods are installed in" ,
200+ Usage : "Default name of the Kubernetes namespace in which the GPU client Pods are installed in" ,
201201 Destination : & defaultGPUClientsNamespaceFlag ,
202202 EnvVars : []string {"DEFAULT_GPU_CLIENTS_NAMESPACE" },
203203 },
You can’t perform that action at this time.
0 commit comments