Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split PodTemplateSpec out from JobTaskSpec #72

Closed
irvinlim opened this issue May 2, 2022 · 0 comments · Fixed by #76
Closed

Split PodTemplateSpec out from JobTaskSpec #72

irvinlim opened this issue May 2, 2022 · 0 comments · Fixed by #76
Assignees
Labels
area/workloads Related to workload execution (e.g. jobs, tasks) component/execution Issues or PRs related exclusively to the Execution component (Job, JobConfig) kind/refactor Issues identifying refactors needed or PRs to perform refactors
Milestone

Comments

@irvinlim
Copy link
Member

irvinlim commented May 2, 2022

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: [ ... ]
@irvinlim irvinlim added component/execution Issues or PRs related exclusively to the Execution component (Job, JobConfig) kind/refactor Issues identifying refactors needed or PRs to perform refactors area/workloads Related to workload execution (e.g. jobs, tasks) labels May 2, 2022
@irvinlim irvinlim self-assigned this May 2, 2022
@irvinlim irvinlim added this to the Alpha Release milestone May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/workloads Related to workload execution (e.g. jobs, tasks) component/execution Issues or PRs related exclusively to the Execution component (Job, JobConfig) kind/refactor Issues identifying refactors needed or PRs to perform refactors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant