Merge pull request #105955 from fenggw-fnst/work

Fix a typo in comment
This commit is contained in:
Kubernetes Prow Robot 2022-01-04 11:27:06 -08:00 committed by GitHub
commit 51cf2d12c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ func (b SimpleControllerClientBuilder) ClientOrDie(name string) clientset.Interf
return client
}
// DiscoveryClientOrDie returns a discovery.DiscoveryInterface built from the ClientBuilder
// DiscoveryClient returns a discovery.DiscoveryInterface built from the ClientBuilder
// Discovery is special because it will artificially pump the burst quite high to handle the many discovery requests.
func (b SimpleControllerClientBuilder) DiscoveryClient(name string) (discovery.DiscoveryInterface, error) {
clientConfig, err := b.Config(name)