mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Add Cluster as not namespaceable kind
The Cluster object from the clusterregistry api is always cluster scoped.
This commit is contained in:
@@ -167,6 +167,7 @@ var notNamespaceableKinds = []string{
|
||||
"CSIDriver",
|
||||
"CSINode",
|
||||
"CertificateSigningRequest",
|
||||
"Cluster",
|
||||
"ClusterRole",
|
||||
"ClusterRoleBinding",
|
||||
"ComponentStatus",
|
||||
|
||||
Reference in New Issue
Block a user