mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #83914 from guineveresaenger/ato-demo
Removes pkg/registry/core/secret/storage from golint failures
This commit is contained in:
commit
ebbe4baf13
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user