Skip to content

Commit

Permalink
Merge pull request #1551 from DirectXMan12/docs/fix-clientbuilder-ref
Browse files Browse the repository at this point in the history
📖 Remove reference to ClientBuilder in Cluster docs
  • Loading branch information
k8s-ci-robot committed Jun 7, 2021
2 parents d4ecab6 + da8716a commit abb406d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/cluster.go
Expand Up @@ -50,7 +50,7 @@ type Cluster interface {

// GetClient returns a client configured with the Config. This client may
// not be a fully "direct" client -- it may read from a cache, for
// instance. See Options.ClientBuilder for more information on how the default
// instance. See Options.NewClient for more information on how the default
// implementation works.
GetClient() client.Client

Expand Down

0 comments on commit abb406d

Please sign in to comment.