mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-23 11:27:15 +00:00
When a job is complete, the controller will indefinitely update its conditions with a Complete condition. This change makes the controller exit the reconcilation as soon as the job is already found to be marked as complete.