Merge pull request #83914 from guineveresaenger/ato-demo

Removes pkg/registry/core/secret/storage from golint failures
This commit is contained in:
Kubernetes Prow Robot 2019-11-10 16:29:41 -08:00 committed by GitHub
commit ebbe4baf13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,6 @@ pkg/registry/core/replicationcontroller/storage
pkg/registry/core/resourcequota/storage pkg/registry/core/resourcequota/storage
pkg/registry/core/rest pkg/registry/core/rest
pkg/registry/core/secret pkg/registry/core/secret
pkg/registry/core/secret/storage
pkg/registry/core/service pkg/registry/core/service
pkg/registry/core/service/allocator pkg/registry/core/service/allocator
pkg/registry/core/service/allocator/storage pkg/registry/core/service/allocator/storage

View File

@ -28,6 +28,7 @@ import (
"k8s.io/kubernetes/pkg/registry/core/secret" "k8s.io/kubernetes/pkg/registry/core/secret"
) )
// REST defines the RESTStorage object that will work against secrets.
type REST struct { type REST struct {
*genericregistry.Store *genericregistry.Store
} }