diff --git a/hack/.golint_failures b/hack/.golint_failures index 35e77c03ea4..2c3a30c81b7 100644 --- a/hack/.golint_failures +++ b/hack/.golint_failures @@ -182,7 +182,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 }