feat - Added K8s warnings capture for select operations. Resolves #647#2319
feat - Added K8s warnings capture for select operations. Resolves #647#2319chriswhite199 wants to merge 2 commits into
Conversation
|
e2e Tests are failing due to docker ToS change and rate limiting on image downloads:
|
Signed-off-by: Chris White <chriswhite199@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2319 +/- ##
============================
============================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Explanation
Allows capture of K8s API server warnings for create / apply / update / patch and delete operations, which can then be used in expectations.
This is useful feature for testing Admission controllers that return warnings when resources are amended
Related issue
#647
Proposed Changes
Clusterand update the k8s client to add a WarningHandlerChecklist