CNV-80608: PR03 add delete alert rule API#17
Closed
sradco wants to merge 2 commits into
Closed
Conversation
2767365 to
a717988
Compare
cb16e53 to
d3650c0
Compare
a717988 to
80147f1
Compare
9424c7f to
a1d7d91
Compare
d3650c0 to
4d3d899
Compare
a1d7d91 to
65a94f6
Compare
4d3d899 to
39d9ddb
Compare
39d9ddb to
4b1f0b7
Compare
639a73d to
1e47340
Compare
f4bad6b to
9a27874
Compare
8692059 to
c1fdd6e
Compare
45a68d3 to
f24d861
Compare
7ddfb2b to
1a7e670
Compare
f24d861 to
047730b
Compare
1a7e670 to
ef8528a
Compare
a3ed6c8 to
9a3cafc
Compare
ef8528a to
0d74c74
Compare
…02-create-rule CNV-80608: add CRD support and create alert rule API
9a3cafc to
1a880d5
Compare
Add DELETE /api/v1/alerting/rules endpoint for bulk deletion of user-defined alert rules with full test coverage. Signed-off-by: Shirly Radco <sradco@redhat.com> Signed-off-by: João Vilaça <jvilaca@redhat.com> Signed-off-by: Aviv Litman <alitman@redhat.com> Co-authored-by: AI Assistant <noreply@cursor.com>
1a880d5 to
8c8f530
Compare
Owner
Author
|
Superseded by openshift#942 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add DELETE /api/v1/alerting/rules endpoint
for bulk deletion of user-defined alert
rules with full test coverage.