Remove special handling for 404 response from K8s
There is no reason to specially handle 404 here. We only handle 404 specifically if we are fetching something and want to return `nil` if 404. This does not apply here.
Showing
Please register or sign in to comment