storage/kubernetes: garbage collect expired objects

This commit is contained in:
Eric Chiang
2016-08-01 22:53:12 -07:00
parent 45dafb035d
commit 820b460583
6 changed files with 164 additions and 13 deletions

View File

@@ -73,7 +73,7 @@ func Open(driverName string, config map[string]string) (Storage, error) {
// require compare-and-swap atomic actions.
//
// Implementations are expected to perform their own garbage collection of
// expired objects (expect keys which are handled by rotation).
// expired objects (expect keys, which are handled by the server).
type Storage interface {
Close() error