diff --git a/hack/.golint_failures b/hack/.golint_failures index 797ab970d0b..f4a1064d495 100644 --- a/hack/.golint_failures +++ b/hack/.golint_failures @@ -176,7 +176,6 @@ pkg/registry/core/replicationcontroller/storage pkg/registry/core/resourcequota/storage pkg/registry/core/rest pkg/registry/core/secret -pkg/registry/core/secret/storage pkg/registry/core/service pkg/registry/core/service/allocator pkg/registry/core/service/allocator/storage diff --git a/pkg/registry/core/secret/storage/storage.go b/pkg/registry/core/secret/storage/storage.go index 4d3c7114b47..8faf5f9a3b5 100644 --- a/pkg/registry/core/secret/storage/storage.go +++ b/pkg/registry/core/secret/storage/storage.go @@ -28,6 +28,7 @@ import ( "k8s.io/kubernetes/pkg/registry/core/secret" ) +// REST defines the RESTStorage object that will work against secrets. type REST struct { *genericregistry.Store }