the default namespace has two pods, run go run main.go --interval 10s --namespaces 'default' --no-dry-run

the test pod was killed repeatedly, I think this is unfriendly in some scenarios. Is this expected behavior?
questions:
- i know the
--minimum-age
, it's use pod.ObjectMeta.CreationTimestamp
check it, but it is possible that the pod will be killed again while it is still starting.
--minimum-age
cannot solve the problem of the same pod being killed continuously.
- add an option for pod being killed continuously ?