• k8s-merge-robot's avatar
    Merge pull request #23734 from sky-uk/fix-update-for-expired-events · 167e4d03
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Fix expired event logic to use 404 instead of 500
    
    It seems this logic was never updated once apiserver started returning 404s for expired (missing) events.
    
    This change corrects it to use a 404 so events will get resent correctly if they were expired in etcd.
    
    Fixes #23637.
    167e4d03
Name
Last commit
Last update
..
doc.go Loading commit data...
event.go Loading commit data...
event_test.go Loading commit data...
events_cache.go Loading commit data...
events_cache_test.go Loading commit data...
fake.go Loading commit data...