From 9686cc9861f25d831e4158e928ba584f3e5feea8 Mon Sep 17 00:00:00 2001 From: Guangming Wang Date: Tue, 22 Oct 2019 21:45:55 +0800 Subject: [PATCH] delete duplicated entry in slice --- api/resid/gvk.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/resid/gvk.go b/api/resid/gvk.go index fa50a47a0..534fcc644 100644 --- a/api/resid/gvk.go +++ b/api/resid/gvk.go @@ -176,7 +176,6 @@ var notNamespaceableKinds = []string{ "Node", "PersistentVolume", "PodSecurityPolicy", - "PodSecurityPolicy", "PriorityClass", "RuntimeClass", "SelfSubjectAccessReview",