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 conversion for v1 TaskRun #5274

Merged
merged 1 commit into from
Aug 25, 2022
Merged

Commits on Aug 25, 2022

  1. Add conversion for v1 TaskRun

    This commit adds conversion functions between v1beta1 and v1 TaskRun.
    It does not handle fields deprecated in v1beta1 that will not be present in v1.
    It implements ConvertTo and ConvertFrom for v1beta1 TaskRun, and leaves
    these functions unimplemented for v1 TaskRun, since it is the highest known version.
    JeromeJu committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1c976a3 View commit details
    Browse the repository at this point in the history