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 TaskRun to v1alpha2 🎋 #1725

Merged
merged 1 commit into from
Jan 20, 2020

Commits on Jan 20, 2020

  1. Add TaskRun to v1alpha2 🎋

    This modify how `TaskRunSpec` 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, PipelineRun, Condition)
    - Refactor v1alpha1 to embedded v1alpha2 (for storage purpose)
    - Auto-conversion from v1alpha1
    
    Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
    vdemeester committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    b9de9ac View commit details
    Browse the repository at this point in the history