apiserver/pkg/server
zhouhaibing089 79f762de77 componentstatus: support client cert health check
etcd has support for client-cert-auth, which can be configured via the flag `--ca-file`,
when that is enabled, all the client requests must present with a client certificate,
however, the current component status check uses a single transport for all of the checks,
this is wrong, the checks should be different for each of different component, and make
each of them use different transport(tls configurations).

Kubernetes-commit: b1040171b68217dccb617de85defa4a5063c638b
2017-04-22 20:36:06 +00:00
..
filters autogenerated 2017-04-15 20:35:23 +00:00
healthz autogenerated 2017-04-15 20:35:23 +00:00
httplog autogenerated 2017-04-15 20:35:23 +00:00
mux autogenerated 2017-04-15 20:35:23 +00:00
openapi autogenerated 2017-04-15 20:35:23 +00:00
options bazel update 2017-04-21 20:35:37 +00:00
routes autogenerated 2017-04-15 20:35:23 +00:00
storage componentstatus: support client cert health check 2017-04-22 20:36:06 +00:00
BUILD autogenerated 2017-04-15 20:35:23 +00:00
OWNERS add liggitt to apimachinery/apiserver packages 2017-02-13 07:36:41 -05:00
config.go only log stacks on server errors 2017-04-10 20:35:11 +00:00
config_selfclient.go move legacy insecure options out of the main flow 2017-03-31 20:37:15 +00:00
config_test.go require codecfactory 2017-03-31 20:37:15 +00:00
discovery.go Mechanical move: pkg/genericapiserver -> k8s.io/apiserver 2017-02-13 07:36:41 -05:00
doc.go remove go get failing import comment 2017-01-19 13:02:01 -05:00
genericapiserver.go Allow disabling specific post-start hooks 2017-03-31 20:37:16 +00:00
genericapiserver_test.go move legacy insecure options out of the main flow 2017-03-31 20:37:15 +00:00
healthz.go allow fallthrough handling from go-restful routes 2017-03-31 20:37:15 +00:00
hooks.go Allow disabling specific post-start hooks 2017-03-31 20:37:16 +00:00
serve.go apiserver: Update genericapiserver to panic on listener error 2017-04-20 20:35:32 +00:00