mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +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.