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

Add Task to v1alpha2 🎋 #1651

Merged
merged 1 commit into from
Dec 5, 2019

Commits on Dec 5, 2019

  1. Add Task to v1alpha2 🎋

    This modify how `TaskSpec` looks from v1alpha1:
    - params is now directly under spec
    - no more inputs and outputs, get replaced by resources
    - resource has input and output resource declaration fields, similar
      to how it is used in Pipeline
    
    The next step are :
    - Add more types (Pipeline, TaskRun, PipelineRun, Condition)
    - Refactor v1alpha1 to embedded v1alpha2 (for storage purpose)
    - Auto-conversion from v1alpha1
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    b35c3be View commit details
    Browse the repository at this point in the history