From 82123dc261819de70e02891a2bdac7d8c131f456 Mon Sep 17 00:00:00 2001 From: guineveresaenger Date: Sun, 13 Oct 2019 12:05:33 -0700 Subject: [PATCH] Removes pkg/registry/core/secret/storage from golint failures --- hack/.golint_failures | 1 - pkg/registry/core/secret/storage/storage.go | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 }