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 4e3e16b + 19ac705 commit 8f633b1Copy full SHA for 8f633b1
pkg/manager/manager.go
@@ -63,7 +63,10 @@ type Manager interface {
63
// GetScheme returns an initialized Scheme
64
GetScheme() *runtime.Scheme
65
66
- // GetClient returns a client configured with the Config
+ // GetClient returns a client configured with the Config. This client may
67
+ // not be a fully "direct" client -- it may read from a cache, for
68
+ // instance. See Options.NewClient for more information on how the default
69
+ // implementation works.
70
GetClient() client.Client
71
72
// GetFieldIndexer returns a client.FieldIndexer configured with the client
0 commit comments