Versions in this module Expand all Collapse all v0 v0.6.0 Sep 12, 2024 v0.5.3 Aug 26, 2024 Changes in this version + type OpsLifecycle struct + func New() *OpsLifecycle + func (lc *OpsLifecycle) Mutating(ctx context.Context, c client.Client, oldPod, newPod *corev1.Pod, ...) error + func (lc *OpsLifecycle) Name() string + func (lc *OpsLifecycle) Validating(ctx context.Context, c client.Client, oldPod, newPod *corev1.Pod, ...) (err error) + type ReadyToOperate func(pod *corev1.Pod) bool + type TimeLabelValue func() string