mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
add APIService to cluster level kinds
This commit is contained in:
@@ -141,6 +141,7 @@ func (x Gvk) IsSelected(selector *Gvk) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var clusterLevelKinds = []string{
|
var clusterLevelKinds = []string{
|
||||||
|
"APIService",
|
||||||
"ClusterRoleBinding",
|
"ClusterRoleBinding",
|
||||||
"ClusterRole",
|
"ClusterRole",
|
||||||
"CustomResourceDefinition",
|
"CustomResourceDefinition",
|
||||||
|
|||||||
Reference in New Issue
Block a user