k3s/pkg/registry/core/componentstatus
zhouhaibing089 b1040171b6 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).
2017-04-17 13:58:33 +08:00
..
BUILD autogenerated 2017-04-14 10:40:57 -07:00
doc.go
rest.go componentstatus: support client cert health check 2017-04-17 13:58:33 +08:00
rest_test.go componentstatus: support client cert health check 2017-04-17 13:58:33 +08:00
validator.go componentstatus: support client cert health check 2017-04-17 13:58:33 +08:00
validator_test.go componentstatus: support client cert health check 2017-04-17 13:58:33 +08:00