Merge pull request #2516 from prachirp/patch-1

Add Cluster as not namespaceable kind
This commit is contained in:
Jeff Regan
2020-05-21 15:46:35 -07:00
committed by GitHub

View File

@@ -167,6 +167,7 @@ var notNamespaceableKinds = []string{
"CSIDriver",
"CSINode",
"CertificateSigningRequest",
"Cluster",
"ClusterRole",
"ClusterRoleBinding",
"ComponentStatus",