-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add runtime incident policy sorting in tests
Signed-off-by: Bezalel Brandwine <[email protected]>
- Loading branch information
Bezalel Brandwine
committed
Jul 31, 2024
1 parent
eab3539
commit 11d7ee2
Showing
3 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"pageSize": 100, | ||
"pageNum": 0, | ||
"orderBy": "scope.designators.cluster:asc,scope.designators.namespace:asc,scope.designators.kind:asc,scope.designators.name:asc", | ||
"innerFilters": [ | ||
{ | ||
"enabled": "true", | ||
"managedRuleSetIDs": "c9fe6345-c393-4595-bd7b-22110dbafe61", | ||
"ruleSetType": "Managed", | ||
"scope.designators.cluster": "gke_elated-pottery-310110_us-central1-c_bez-longrun-3,|missing", | ||
"scope.designators.kind": "Deployment,|missing", | ||
"scope.designators.labels": ",|missing", | ||
"scope.designators.name": "redis-sleep,|missing", | ||
"scope.designators.namespace": "systest-ns-o9zz,|missing", | ||
"scope.riskFactors": "risk1,|missing" | ||
}, | ||
{ | ||
"enabled": "true", | ||
"incidentTypeIDs": "I013,|missing", | ||
"ruleSetType": "Custom", | ||
"scope.designators.cluster": "gke_elated-pottery-310110_us-central1-c_bez-longrun-3,|missing", | ||
"scope.designators.kind": "Deployment,|missing", | ||
"scope.designators.labels": ",|missing", | ||
"scope.designators.name": "redis-sleep,|missing", | ||
"scope.designators.namespace": "systest-ns-o9zz,|missing", | ||
"scope.riskFactors": "|missing" | ||
} | ||
], | ||
"includeFields": [ | ||
"guid", | ||
"name" | ||
] | ||
} |