Skip to content

Commit 9fd890c

Browse files
authored
Merge pull request #3039 from guettli/patch-1
📖 More explicit docs for Cluster.GetAPIReader
2 parents 9e9ef6a + a4310f9 commit 9fd890c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cluster/cluster.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ type Cluster interface {
6464
// GetRESTMapper returns a RESTMapper
6565
GetRESTMapper() meta.RESTMapper
6666

67-
// GetAPIReader returns a reader that will be configured to use the API server.
68-
// This should be used sparingly and only when the client does not fit your
67+
// GetAPIReader returns a reader that will be configured to use the API server directly.
68+
// This should be used sparingly and only when the cached client does not fit your
6969
// use case.
7070
GetAPIReader() client.Reader
7171

0 commit comments

Comments
 (0)