We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e9ef6a + a4310f9 commit 9fd890cCopy full SHA for 9fd890c
pkg/cluster/cluster.go
@@ -64,8 +64,8 @@ type Cluster interface {
64
// GetRESTMapper returns a RESTMapper
65
GetRESTMapper() meta.RESTMapper
66
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
+ // GetAPIReader returns a reader that will be configured to use the API server directly.
+ // This should be used sparingly and only when the cached client does not fit your
69
// use case.
70
GetAPIReader() client.Reader
71
0 commit comments