kubernetes/cmd/kube-apiserver
Lukasz Szaszkiewicz 53867975e7 apiserver: indroduces NotFoundHanlder
The new handler is meant to be executed at the end of the delegation chain.
It simply checks if the request have been made before the server has installed all known HTTP paths.
In that case it returns a 503 response otherwise it returns a 404.

We don't want to add additional checks to the readyz path as it might prevent fixing bricked clusters.
This specific handler is meant to "protect" requests that arrive before the paths and handlers are fully initialized.
2021-10-19 09:55:04 +02:00
..
app apiserver: indroduces NotFoundHanlder 2021-10-19 09:55:04 +02:00
apiserver.go command lines: always show flags with hyphens 2021-09-30 13:46:49 +02:00
OWNERS Prune stale entries from OWNERS files 2021-04-13 20:54:50 -04:00