Fix golint issues in pkg/registry/.../storage

This commit is contained in:
Roy Hvaara
2019-11-10 00:22:51 +01:00
parent a258243f4c
commit cfc34712c2
14 changed files with 28 additions and 25 deletions

View File

@@ -28,6 +28,7 @@ import (
"k8s.io/kubernetes/pkg/registry/core/endpoint"
)
// REST implements a RESTStorage for endpoints.
type REST struct {
*genericregistry.Store
}