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 TaskRun Golang structs #5264

Merged
merged 1 commit into from
Aug 24, 2022
Merged

Commits on Aug 24, 2022

  1. Add V1 TaskRun Golang structs

    This commit adds structs and validation for v1 TaskRun, including params,
    resultRef and workspaces. This is copied from v1beta1 with the following exceptions:
    
    - omitted TaskRunResources
       - This includes the `TaskRunInputs` and `TaskRunOutputs` and respective test
    - omitted `CloudEvents` related fields including `CloudEventDeliveryState`
    - renamed the Go fields of `StepState.ContainerName` to `StepState.Container`and
    `SidecarState.ContainerName` to `SidecarState.Container` but not the api fields
    - renamed `taskResults` to `results`
    JeromeJu committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    86c860d View commit details
    Browse the repository at this point in the history