razee-io / razeedeploy-core

Core components used to extend Razeedeploy
Apache License 2.0
4 stars 9 forks source link

Unable to get krm /apis/batch/v1beta1 CronJob #3

Closed alewitt2 closed 5 years ago

alewitt2 commented 5 years ago

https://github.com/razee-io/Kapitan-core/blob/master/lib/CompositeController.js#L60

let krm = await this.kubeClass.getKubeResourceMeta(child.apiVersion, child.kind, 'update');

is returning with undefined for apiVersion batch/v1beta1, kind CronJob

alewitt2 commented 5 years ago

fixed in https://github.com/razee-io/Kubernetes-util/pull/5