We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4ecab6 + da8716a commit abb406dCopy full SHA for abb406d
pkg/cluster/cluster.go
@@ -50,7 +50,7 @@ type Cluster interface {
50
51
// GetClient returns a client configured with the Config. This client may
52
// 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
+ // instance. See Options.NewClient for more information on how the default
54
// implementation works.
55
GetClient() client.Client
56
0 commit comments