Skip to content

Commit 89303e2

Browse files
authored
Update options.go
1 parent 39cf26f commit 89303e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/kube-scheduler/app/options/options.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ func createClients(config componentbaseconfig.ClientConnectionConfiguration, mas
347347
kubeConfig.AcceptContentTypes = config.AcceptContentTypes
348348
kubeConfig.ContentType = config.ContentType
349349
kubeConfig.QPS = config.QPS
350-
//TODO make config struct use int instead of int32?
351350
kubeConfig.Burst = int(config.Burst)
352351

353352
client, err := clientset.NewForConfig(restclient.AddUserAgent(kubeConfig, "scheduler"))

0 commit comments

Comments
 (0)