Skip to content

Commit 774f9d4

Browse files
authored
Merge pull request kubernetes-sigs#1414 from bboreham/newclient-comment
📖 Fix reference in comment
2 parents 5a8400a + 04e2aa4 commit 774f9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cluster/cluster.go

Lines changed: 1 addition & 1 deletion
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.NewClient for more information on how the default
53+
// instance. See Options.ClientBuilder for more information on how the default
5454
// implementation works.
5555
GetClient() client.Client
5656

0 commit comments

Comments
 (0)