mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Merge pull request #2516 from prachirp/patch-1
Add Cluster as not namespaceable kind
This commit is contained in:
@@ -167,6 +167,7 @@ var notNamespaceableKinds = []string{
|
|||||||
"CSIDriver",
|
"CSIDriver",
|
||||||
"CSINode",
|
"CSINode",
|
||||||
"CertificateSigningRequest",
|
"CertificateSigningRequest",
|
||||||
|
"Cluster",
|
||||||
"ClusterRole",
|
"ClusterRole",
|
||||||
"ClusterRoleBinding",
|
"ClusterRoleBinding",
|
||||||
"ComponentStatus",
|
"ComponentStatus",
|
||||||
|
|||||||
Reference in New Issue
Block a user