Closed abeykoon closed 3 years ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
Merging #578 (b14dd49) into master (4da41af) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #578 +/- ##
=======================================
Coverage 35.09% 35.09%
=======================================
Files 15 15
Lines 758 758
=======================================
Hits 266 266
Misses 437 437
Partials 55 55
Flag | Coverage Δ | |
---|---|---|
unit_tests | 35.09% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 4da41af...b14dd49. Read the comment docs.
Purpose
Add a
preStop handler
to MI container lifecycle so thatstop.sh
script is called upon any container termination. Related documentation at K8s [1].Fixes: https://github.com/wso2/k8s-api-operator/issues/577
[1]. https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/