add APIService to cluster level kinds

This commit is contained in:
Jingfang Liu
2018-12-05 10:50:24 -08:00
parent 8a8331bf57
commit 5b88179406

View File

@@ -141,6 +141,7 @@ func (x Gvk) IsSelected(selector *Gvk) bool {
} }
var clusterLevelKinds = []string{ var clusterLevelKinds = []string{
"APIService",
"ClusterRoleBinding", "ClusterRoleBinding",
"ClusterRole", "ClusterRole",
"CustomResourceDefinition", "CustomResourceDefinition",