furiko-io / furiko

Kubernetes cron and batch job platform
https://furiko.io
Apache License 2.0
484 stars 21 forks source link

Split PodTemplateSpec out from JobTaskSpec #72

Closed irvinlim closed 2 years ago

irvinlim commented 2 years ago

This is to kick-start work for #63. We will begin by splitting out PodTemplateSpec from the TaskSpec as a sub-field:

task:
  template:
    pod:
      spec:
        containers: [ ... ]