Skip to content

Commit abb406d

Browse files
authored
Merge pull request #1551 from DirectXMan12/docs/fix-clientbuilder-ref
📖 Remove reference to ClientBuilder in Cluster docs
2 parents d4ecab6 + da8716a commit abb406d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cluster/cluster.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type Cluster interface {
5050

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

0 commit comments

Comments
 (0)