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.
1 parent 9e9ef6a commit a4310f9Copy full SHA for a4310f9
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