-
Notifications
You must be signed in to change notification settings - Fork 667
adds support for pingSource #5015
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
adds support for pingSource #5015
Conversation
|
/kind feature |
|
/assign @rohitkrai03 |
frontend/packages/knative-plugin/src/utils/get-knative-resources.ts
Outdated
Show resolved
Hide resolved
frontend/packages/knative-plugin/src/utils/get-knative-resources.ts
Outdated
Show resolved
Hide resolved
frontend/packages/knative-plugin/src/utils/get-knative-resources.ts
Outdated
Show resolved
Hide resolved
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.
@invincibleJai it would be good if we started using referenceForModel(PingsourceModel). With my topology PR these key wont exist anymore.
I will change the other keys in my PR to use the same.
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.
Are values in this enum kind of the respective EventSource? If yes, we should be using their respective Model.kind here.
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.
yes, but then may have to use normal Object as in enum's computed values are not permitted in an enum with string valued members
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.
have made it a const and used model.kind
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.
same here, we should use referenceForModel(PingsourceModel) as key here.
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.
same Icon for both of them?
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.
CronJob is deprecated with PingSource so used same as CronJob should go away with next release of Eventing Operator so used the same , can even go with default icon.
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.
updated with Default icon
9a2fe56 to
a350b1f
Compare
a350b1f to
8ccc99d
Compare
serenamarie125
left a comment
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 @invincibleJai ! Approved by UX
eb5c706 to
de0017a
Compare
sahil143
left a comment
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
verified changes locally
|
/retest |
de0017a to
2efba39
Compare
|
/lgtm |
|
/retest |
1 similar comment
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: invincibleJai, rohitkrai03, sahil143, serenamarie125 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
1 similar comment
|
/retest |
|
/test e2e-gcp-console |
|
/hold |
|
/hold cancel |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
Fixes:
https://issues.redhat.com/browse/ODC-3533
Analysis / Root cause:
Currently PingSource is not supported as known sources
Solution Description:
Adds support for PingSource with Form in add flow
Screen shots / Gifs for design review:

@serenamarie125
Unit test coverage report:


Browser conformance: