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 V1 Task Golang structs #5125

Merged
merged 1 commit into from
Jul 15, 2022
Merged

Add V1 Task Golang structs #5125

merged 1 commit into from
Jul 15, 2022

Commits on Jul 12, 2022

  1. Add V1 Task Golang structs

    This commit adds structs and validation for v1 Task, including results,
    params, and workspaces. Because we do not yet serve a v1 version of the Task
    CRD, this change should have no impact. This is copied from v1beta1 with the following
    exceptions:
    - omitted PipelineResources
    - removed deprecated Step and StepTemplate fields
    - did not copy over Task interface (TaskObject) as ClusterTask is not (yet?) moving to V1
    lbernick committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3b27487 View commit details
    Browse the repository at this point in the history