gitjob/pkg
Mario Manno 75c0c1db16
Fix gitrepo retry failed jobs (#286)
Add propagationPolicy to delete job

Deleting jobs via the API does not remove their pods. This PR adds the
propagationPolicy to both delete request, the ForceUpdateGeneration one,
which previously didn't work and the new one, which is used to retrigger
failed jobs.

* Revert "Merge pull request #272 from rancher/add-default-ttl"
* Remove unused context value
* Add debug logging to job controller
* Remove the job cache from apply, so jobs can be recreated
2023-08-10 08:44:19 +02:00
..
apis/gitjob.cattle.io
codegen
controller Fix gitrepo retry failed jobs (#286) 2023-08-10 08:44:19 +02:00
crdgen
generated/controllers/gitjob.cattle.io
git
types Fix gitrepo retry failed jobs (#286) 2023-08-10 08:44:19 +02:00
webhook