Add test for secret RESTStorage

This commit is contained in:
Paul Morie
2015-02-18 13:02:22 -05:00
parent 6c4c258e2c
commit a131a5e491
3 changed files with 231 additions and 10 deletions

View File

@@ -25,8 +25,7 @@ import (
"github.com/GoogleCloudPlatform/kubernetes/pkg/watch"
)
// GenericRegistry knows how to store & list any runtime.Object. Events don't require
// any non-generic features from the storage layer.
// GenericRegistry knows how to store & list any runtime.Object.
type GenericRegistry struct {
Err error
Object runtime.Object