• Kubernetes Submit Queue's avatar
    Merge pull request #39204 from peay/cronjob-active-forever · f143ce01
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Remove jobs that do not exist from active list of CronJob
    
    **What this PR does / why we need it**: This PR modifies the controller for CronJob to remove from the active job list any job that does not exist anymore, to avoid staying blocked in active state forever. See #37957.
    
    **Which issue this PR fixes**: fixes #37957 
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```
    ```
    f143ce01
Name
Last commit
Last update
..
BUILD Loading commit data...
cronjob_controller.go Loading commit data...
cronjob_controller_test.go Loading commit data...
doc.go Loading commit data...
injection.go Loading commit data...
utils.go Loading commit data...
utils_test.go Loading commit data...