noxuNamespacedResourceClientV1beta1:=newNamespacedCustomResourceVersionedClient(ns,dynamicClient,noxuDefinition,"v1beta1")// use the non-storage version v1beta1
// patches via handler version matching storage version should fail (validation does not allow that API version)
{
t.Logf("patch of handler version v1beta2 (storage version) should fail")
i:=0
noxuNamespacedResourceClientV1beta2:=newNamespacedCustomResourceVersionedClient(ns,dynamicClient,noxuDefinition,"v1beta2")// use the storage version v1beta2