Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ddb2361

Browse files
Guangwen Fengk8s-publishing-bot
authored andcommittedOct 28, 2021
Fix a typo in comment
Signed-off-by: Guangwen Feng <[email protected]> Kubernetes-commit: 4d1d9db82765eb7e0fc9a8a79c01ba41a77ac358
1 parent d9a81c6 commit ddb2361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/clientbuilder/client_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (b SimpleControllerClientBuilder) ClientOrDie(name string) clientset.Interf
7676
return client
7777
}
7878

79-
// DiscoveryClientOrDie returns a discovery.DiscoveryInterface built from the ClientBuilder
79+
// DiscoveryClient returns a discovery.DiscoveryInterface built from the ClientBuilder
8080
// Discovery is special because it will artificially pump the burst quite high to handle the many discovery requests.
8181
func (b SimpleControllerClientBuilder) DiscoveryClient(name string) (discovery.DiscoveryInterface, error) {
8282
clientConfig, err := b.Config(name)

0 commit comments

Comments
 (0)
Please sign in to comment.