Allow deletion of K8s resources in actions
All threads resolved!
Fix #318 (closed)
Todo List:
-
Discuss to which extend K8s native resources should be handled for deletion -
Replace temporary logs with actual deletion -
Test -
Encure CI completes successfully -
Adjust benchmarks according to new CRD -
Update docs
Comment: Now, universal K8s resources are supported by specifying api/version and Kind CRD Usage:
beforeActions:
- delete:
selector:
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
nameRegex: ^cluster-dump-.*
Edited by Sören Henning
Merge request reports
Activity
- Resolved by Simon Ehrenstein
- Resolved by Sören Henning
- Resolved by Simon Ehrenstein
Regrading the above example, it should be
beforeActions: - delete: selector: apiVersion: kafka.strimzi.io/v1beta2 kind: KafkaTopic nameRegex: ^cluster-dump-.* # fixed indentation
right?
changed milestone to %0.8.0
assigned to @she
added modul/theodolite label
added 248 commits
-
a525170a...fc82f753 - 245 commits from branch
she:master
- 070c2be8 - Merge branch 'master' into feature/318-action-type-for-deleting-resources
- eddc24d8 - Fix wrong types
- c570c4b6 - Fix broken CRD schema and update API reference
Toggle commit list-
a525170a...fc82f753 - 245 commits from branch
mentioned in issue #383 (closed)
API reference is updated with c570c4b6. Further, textual documentation will be added with the release of v0.8.0, see #383 (closed).
mentioned in commit d96b5c77
Please register or sign in to reply