Skip to content

Commit da8716a

Browse files
committed
Remove reference to ClientBuilder in Cluster docs
The Cluster interface docs still had a reference to client, despite being removed in aa1bfee. This restores those docs to talk about NewClient instead.
1 parent d4ecab6 commit da8716a

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)