-
Notifications
You must be signed in to change notification settings - Fork 613
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
CONSOLE-3568: expose DeleteModal via useDeleteModal hook in @console/shared #12974
Conversation
@rhamilto: This pull request references CONSOLE-3568 which is a valid jira issue. 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. |
d1c2aef
to
3520796
Compare
@rhamilto: This pull request references CONSOLE-3568 which is a valid jira issue. 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. |
/retest |
9f2da9e
to
e21eaa2
Compare
@rhamilto: This pull request references CONSOLE-3568 which is a valid jira issue. 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. |
This is internal Console code cleanup and has no user-facing impact. /assign @TheRealJon for code approval |
@rhamilto could you pls rebase the pr so that cluster-bot can launch cluster against it? |
@rhamilto: This pull request references CONSOLE-3568 which is a valid jira issue. 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. |
Done. |
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
|
||
props.handlePromise(k8sKill(kind, resource, {}, {}, json), () => { | ||
props.close(); | ||
props?.close && props.close(); |
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.
nit
props?.close && props.close(); | |
props?.close?.(); |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhamilto, TheRealJon 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 |
Did a regression test on the cluster launched against the pr, especially tested about resource deletion, there is no regression issue. |
@rhamilto: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Screen.Recording.2023-07-27.at.3.17.01.PM.mov