-
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
[TEP-0142] Add ResolverRef to Ref #7322
Conversation
Skipping CI for Draft Pull Request. |
@Yongxuanzhang: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind feature |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
7020de5
to
36c9b4d
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
36c9b4d
to
00e2514
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
@Yongxuanzhang can you add docs for this in |
/approve |
Thanks! We can add docs when the feature is functional in the next/following PRs. Should be in very soon. 😄 |
@tektoncd/core-maintainers @tektoncd/core-collaborators please take a look 🙏🏾 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some minor comments. Also, would you consider applying default resolver for StepAction @chitrangpatel @Yongxuanzhang ?
#6317 and
https://github.com/tektoncd/community/blob/main/teps/0133-configure-default-resolver.md
This commit is part of tektoncd#7259. First step to support remote resoluton for StepAction. It adds ResolverRef to Ref, validation and conversion. Signed-off-by: Yongxuan Zhang [email protected]
00e2514
to
d381bc8
Compare
Oh that's a good call. Let me take a look |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
Create an issue to track: #7329 |
@tektoncd/core-maintainers @tektoncd/core-collaborators please take a look 🙏🏾 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chitrangpatel, jerop 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 |
/lgtm |
Changes
This commit is part of #7259. First step to support remote resoluton for StepAction. It adds ResolverRef to Ref, validation and conversion.
/kind featuree
Signed-off-by: Yongxuan Zhang [email protected]
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes