apiserver/pkg/server/dynamiccertificates
Jack Kleeman 8da4640a3d Plumb dynamic serving certificates
We create and use a dynamic certificate provider for the main apiserver
serving certificates: SNI will be handled separately later. Currently we
only use static serving certificate providers, so the files are not
reloaded, but we should be able to move to a provider that is able to
reload later on.

Kubernetes-commit: 6f89f1027488aeba4af0786988c2fd2ace9a6f1d
2019-10-07 18:49:24 +01:00
..
cert_key.go Plumb dynamic serving certificates 2019-10-07 18:49:24 +01:00
cert_key_test.go Plumb dynamic serving certificates 2019-10-07 18:49:24 +01:00
client_ca.go Plumb dynamic serving certificates 2019-10-07 18:49:24 +01:00
client_ca_test.go Plumb dynamic serving certificates 2019-10-07 18:49:24 +01:00
static_content.go Plumb dynamic serving certificates 2019-10-07 18:49:24 +01:00
tlsconfig.go Plumb dynamic serving certificates 2019-10-07 18:49:24 +01:00
tlsconfig_test.go Plumb dynamic serving certificates 2019-10-07 18:49:24 +01:00
union_content.go wire dynamic tlsconfig up to apiserver 2019-10-04 08:37:26 -04:00
util.go wire dynamic tlsconfig up to apiserver 2019-10-04 08:37:26 -04:00