diff --git a/pkg/manager/manager.go b/pkg/manager/manager.go index 670df79d08..ff2a3e9058 100644 --- a/pkg/manager/manager.go +++ b/pkg/manager/manager.go @@ -63,7 +63,10 @@ type Manager interface { // GetScheme returns an initialized Scheme GetScheme() *runtime.Scheme - // GetClient returns a client configured with the Config + // GetClient returns a client configured with the Config. This client may + // not be a fully "direct" client -- it may read from a cache, for + // instance. See Options.NewClient for more information on how the default + // implementation works. GetClient() client.Client // GetFieldIndexer returns a client.FieldIndexer configured with the client