finish testing client/cache
This commit is contained in:
2
pkg/client/cache/doc.go
vendored
2
pkg/client/cache/doc.go
vendored
@@ -16,7 +16,7 @@ limitations under the License.
|
||||
|
||||
// Package cache is a client-side caching mechanism. It is useful for
|
||||
// reducing the number of server calls you'd otherwise need to make.
|
||||
// Getter watches a server and updates a Store. Two stores are provided;
|
||||
// Reflector watches a server and updates a Store. Two stores are provided;
|
||||
// one that simply caches objects (for example, to allow a scheduler to
|
||||
// list currently available minions), and one that additionally acts as
|
||||
// a FIFO queue (for example, to allow a scheduler to process incoming
|
||||
|
Reference in New Issue
Block a user