-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Conversation
Skipping CI for Draft Pull Request. |
cae4cef
to
73403aa
Compare
73403aa
to
9018265
Compare
9018265
to
d36a9cb
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lbernick The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7912a58
to
97c6b5e
Compare
97c6b5e
to
967f1ac
Compare
The following is the coverage report on the affected files.
|
967f1ac
to
af40cf9
Compare
The following is the coverage report on the affected files.
|
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.
af40cf9
to
1c976a3
Compare
The following is the coverage report on the affected files.
|
/lgtm |
Changes
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.
needs #5272 #5354
Part of #4985
/kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes