cronjobber icon indicating copy to clipboard operation
cronjobber copied to clipboard

update CRD

Open ekovacs opened this issue 7 months ago • 0 comments

in https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22 the CRD apiextensions.k8s.io/v1beta1 is deprecated and only apiextensions.k8s.io/v1 is supported going forward.

also some of the fields need to be updated:

CustomResourceDefinition in version "v1" cannot be handled as a CustomResourceDefinition: strict decoding error: 
unknown field "spec.additionalPrinterColumns", 
unknown field "spec.subresources", 
unknown field "spec.version"

the deprecation guide also provides the alternative fields to use

ekovacs avatar Jul 15 '24 10:07 ekovacs