Skip to content

Commit

Permalink
Add Cluster as not namespaceable kind
Browse files Browse the repository at this point in the history
The Cluster object from the clusterregistry api is always cluster scoped.
  • Loading branch information
prachirp committed May 21, 2020
1 parent d616c9c commit 06174fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/resid/gvk.go
Expand Up @@ -167,6 +167,7 @@ var notNamespaceableKinds = []string{
"CSIDriver",
"CSINode",
"CertificateSigningRequest",
"Cluster",
"ClusterRole",
"ClusterRoleBinding",
"ComponentStatus",
Expand Down

0 comments on commit 06174fb

Please sign in to comment.