apiserver/pkg/server/routes
Antoine Pelisse 76a233ebec Allow profiling information to be served on Unix-Domain Socket
Serving profiling information can leak information or expose the
apiserver to possible DoS attacks. Serving on a UDS is more secure
though slightly less convenient. One can't use `go tool pprof` directly
against the socket since it's not supported, but can either run a proxy
to copy from the socket over to http, or use `curl --unix-socket` to
download the profile and then use `go tool pprof`.

Kubernetes-commit: 667599b0ddfad8ba760d3bbfe006aae0d8f7dec6
2022-11-29 11:07:15 -08:00
..
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
debugsocket.go Allow profiling information to be served on Unix-Domain Socket 2022-11-29 11:07:15 -08:00
doc.go update docs.go files under staging/src/k8s.io/apiserver/pkg/server 2019-02-03 20:43:13 +00:00
flags.go switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
index.go use our own serve mux that directs how we want 2017-05-04 20:36:37 +00:00
metrics.go Add metrics about handling LIST requests 2021-09-01 18:18:23 -04:00
openapi.go Switch to v3 of github.com/emicklei/go-restful 2022-06-02 10:03:29 -04:00
profiling.go fix apiserver pprof redirect bug 2018-08-06 19:35:01 +08:00
version.go Switch to v3 of github.com/emicklei/go-restful 2022-06-02 10:03:29 -04:00