fabric8io / kubernetes-model

JSON schema generator for OpenShift Origin API objects
36 stars 72 forks source link

Use v1beta1 as default apiVersion for CronJob #336

Closed rohanKanojia closed 6 years ago

rohanKanojia commented 6 years ago

As per the docs:

Note: CronJob resource in batch/v2alpha1 API group has been deprecated starting from cluster version 1.8. You should switch to using batch/v1beta1, instead, which is enabled by default in the API server. Examples in this document use batch/v1beta1 in all examples.

linked to https://github.com/fabric8io/kubernetes-client/issues/1172

centos-ci commented 6 years ago

Can one of the admins verify this patch?