kubernetes/cmd
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
..
clicheck hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
cloud-controller-manager command lines: always show flags with hyphens 2021-09-30 13:46:49 +02:00
dependencycheck OWNERS: Dan Mangum is now Emeritus 2021-08-25 16:20:15 -04:00
dependencyverifier use reference as we cannot distinguishing direct/indirect with go mod graph 2021-09-20 22:14:34 +08:00
gendocs gendocs: using bytes.NewReader(nil)/ioutil.Discard instead of os input/output to generate command 2021-06-08 11:55:32 +08:00
genkubedocs gendocs: using bytes.NewReader(nil)/ioutil.Discard instead of os input/output to generate command 2021-06-08 11:55:32 +08:00
genman gendocs: using bytes.NewReader(nil)/ioutil.Discard instead of os input/output to generate command 2021-06-08 11:55:32 +08:00
genswaggertypedocs hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
genutils hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
genyaml hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
importverifier Make importverifier package-compatible 2021-09-21 12:46:29 -04:00
kube-apiserver apiserver: indroduces NotFoundHanlder 2021-10-19 09:55:04 +02:00
kube-controller-manager GA TTLAfterFinish 2021-10-07 16:58:50 -07:00
kube-proxy Merge pull request #104631 from perithompson/kp-userspace-deprecation 2021-10-06 15:32:32 -07:00
kube-scheduler Merge pull request #105608 from yxxhero/reduce_code 2021-10-11 23:23:46 -07:00
kubeadm Merge pull request #104770 from pacoxu/dual-stack-ga-kubeadm 2021-09-28 03:42:42 -07:00
kubectl command lines: always show flags with hyphens 2021-09-30 13:46:49 +02:00
kubectl-convert command lines: always show flags with hyphens 2021-09-30 13:46:49 +02:00
kubelet command lines: always show flags with hyphens 2021-09-30 13:46:49 +02:00
kubemark command lines: always show flags with hyphens 2021-09-30 13:46:49 +02:00
linkcheck hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
preferredimports Fixup golang.org/x/term staticcheck warnings 2021-03-02 01:08:21 -05:00
OWNERS Sign up dims for additional review roles 2020-08-08 19:08:38 -04:00