mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #107451 from davidebianchi/master
fix: update WithDiscoveryQPS method description
This commit is contained in:
commit
c600e820cd
@ -398,7 +398,7 @@ func (f *ConfigFlags) WithDiscoveryBurst(discoveryBurst int) *ConfigFlags {
|
|||||||
return f
|
return f
|
||||||
}
|
}
|
||||||
|
|
||||||
// WithDiscoveryBurst sets the RESTClient burst for discovery.
|
// WithDiscoveryQPS sets the RESTClient QPS for discovery.
|
||||||
func (f *ConfigFlags) WithDiscoveryQPS(discoveryQPS float32) *ConfigFlags {
|
func (f *ConfigFlags) WithDiscoveryQPS(discoveryQPS float32) *ConfigFlags {
|
||||||
f.discoveryQPS = discoveryQPS
|
f.discoveryQPS = discoveryQPS
|
||||||
return f
|
return f
|
||||||
|
Loading…
Reference in New Issue
Block a user