mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Amend TODO comment about ClientConnectionConfiguration's types (#73375)
This commit is contained in:
parent
8b98e802ed
commit
d8369fd391
@ -463,6 +463,7 @@ func createClients(config componentbaseconfig.ClientConnectionConfiguration, mas
|
|||||||
kubeConfig.ContentType = config.ContentType
|
kubeConfig.ContentType = config.ContentType
|
||||||
kubeConfig.QPS = config.QPS
|
kubeConfig.QPS = config.QPS
|
||||||
//TODO make config struct use int instead of int32?
|
//TODO make config struct use int instead of int32?
|
||||||
|
// https://github.com/kubernetes/kubernetes/issues/73375
|
||||||
kubeConfig.Burst = int(config.Burst)
|
kubeConfig.Burst = int(config.Burst)
|
||||||
|
|
||||||
client, err := clientset.NewForConfig(kubeConfig)
|
client, err := clientset.NewForConfig(kubeConfig)
|
||||||
|
Loading…
Reference in New Issue
Block a user