From 5b881794066ffecbe685d429e1a65c496d8e80ca Mon Sep 17 00:00:00 2001 From: Jingfang Liu Date: Wed, 5 Dec 2018 10:50:24 -0800 Subject: [PATCH] add APIService to cluster level kinds --- pkg/gvk/gvk.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/gvk/gvk.go b/pkg/gvk/gvk.go index d4cab2f03..6ab227995 100644 --- a/pkg/gvk/gvk.go +++ b/pkg/gvk/gvk.go @@ -141,6 +141,7 @@ func (x Gvk) IsSelected(selector *Gvk) bool { } var clusterLevelKinds = []string{ + "APIService", "ClusterRoleBinding", "ClusterRole", "CustomResourceDefinition",