mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Amend TODO comment about ClientConnectionConfiguration's types (#73375)
This commit is contained in:
parent
8b98e802ed
commit
d8369fd391
1 changed files with 1 additions and 0 deletions
|
|
@ -463,6 +463,7 @@ func createClients(config componentbaseconfig.ClientConnectionConfiguration, mas
|
|||
kubeConfig.ContentType = config.ContentType
|
||||
kubeConfig.QPS = config.QPS
|
||||
//TODO make config struct use int instead of int32?
|
||||
// https://github.com/kubernetes/kubernetes/issues/73375
|
||||
kubeConfig.Burst = int(config.Burst)
|
||||
|
||||
client, err := clientset.NewForConfig(kubeConfig)
|
||||
|
|
|
|||
Loading…
Reference in a new issue