Add Cluster as not namespaceable kind

The Cluster object from the clusterregistry api is always cluster scoped.
This commit is contained in:
Prachi Pendse
2020-05-21 14:31:18 -07:00
committed by GitHub
parent d616c9c315
commit 06174fb52f

View File

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