We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a81c6 commit ddb2361Copy full SHA for ddb2361
pkg/clientbuilder/client_builder.go
@@ -76,7 +76,7 @@ func (b SimpleControllerClientBuilder) ClientOrDie(name string) clientset.Interf
76
return client
77
}
78
79
-// DiscoveryClientOrDie returns a discovery.DiscoveryInterface built from the ClientBuilder
+// DiscoveryClient returns a discovery.DiscoveryInterface built from the ClientBuilder
80
// Discovery is special because it will artificially pump the burst quite high to handle the many discovery requests.
81
func (b SimpleControllerClientBuilder) DiscoveryClient(name string) (discovery.DiscoveryInterface, error) {
82
clientConfig, err := b.Config(name)
0 commit comments