-
Notifications
You must be signed in to change notification settings - Fork 420
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
Remove tekton resource validation #1699
Remove tekton resource validation #1699
Conversation
Skipping CI for Draft Pull Request. |
/test all |
The following is the coverage report on the affected files.
|
/test tekton-triggers-unit-tests |
/retest |
The following is the coverage report on the affected files.
|
looks like the builds tests are failing due to
|
/test pull-tekton-triggers-integration-tests |
/retest |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/retest-required |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/kind feature |
|
f2f1f42
to
903702f
Compare
The following is the coverage report on the affected files.
|
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.
A few small things, but overall looks good! Thanks @GijsvanDulmen
@dibyom Thanks for the review! Will process those asap :-) |
903702f
to
1d3e7b0
Compare
The following is the coverage report on the affected files.
|
@dibyom It's ready for another review. |
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.
one tiny nit, otherwise LGTM! Thanks a lot @GijsvanDulmen
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dibyom 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 |
Also cc @khrm @savitaashture if you'd like to take a look |
1d3e7b0
to
bb030d5
Compare
The following is the coverage report on the affected files.
|
@savitaashture @khrm any objections to merging this? |
Would take a look tomorrow. |
…ates Fix name of listener And another which should becom dynamic instead of set Remove empty line Add e2e for custom resources Go imports Fix a few references Use dynamic client instead of set to make it possible to create non tekton resources Remove dead code after removing type validation Removal of tekton type resource validation on v1beta1 as well Remove note about tekton resources but leave the validation First removal of the allowed type validation Remove dynamic client set because its not used anymore Better docs Change name in test examples Rename to create-configmap Little improvement Remove more not used code
bb030d5
to
52aff11
Compare
The following is the coverage report on the affected files.
|
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.
/lgtm
Everything looks fine. Let's merge this. |
Changes
Makes it possible to create other resources in the trigger template besides Tekton resources. Solves #1696
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