Removes pkg/registry/core/secret/storage from golint failures

This commit is contained in:
guineveresaenger 2019-10-13 12:05:33 -07:00
parent 384e03ad92
commit 82123dc261
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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
}