apiserver/pkg/server/dynamiccertificates
Ravi Gudimetla 1ee261d219 API Server Changes
This commit includes all the changes needed for APIServer. Instead of modifying the existing signatures for the methods which either generate or return stopChannel, we generate a context from the channel and use the generated context to be passed to the controllers which are started in APIServer. This ensures we don't have to touch APIServer dependencies.

Kubernetes-commit: 8b84a793b39fed2a62af0876b2eda461a68008c9
2022-03-07 09:20:45 -05:00
..
cert_key.go force implementors of dyanmiccertificates providers to think about notify 2021-04-09 16:59:17 -07:00
cert_key_test.go Plumb dynamic SNI certificates 2019-10-08 19:03:56 +01:00
client_ca.go force implementors of dyanmiccertificates providers to think about notify 2021-04-09 16:59:17 -07:00
client_ca_test.go Plumb dynamic serving certificates 2019-10-07 18:49:24 +01:00
configmap_cafile_content.go API Server Changes 2022-03-07 09:20:45 -05:00
dynamic_cafile_content.go API Server Changes 2022-03-07 09:20:45 -05:00
dynamic_serving_content.go API Server Changes 2022-03-07 09:20:45 -05:00
dynamic_sni_content.go force implementors of dyanmiccertificates providers to think about notify 2021-04-09 16:59:17 -07:00
interfaces.go force implementors of dyanmiccertificates providers to think about notify 2021-04-09 16:59:17 -07:00
named_certificates.go run hack/update-netparse-cve.sh 2021-08-20 01:16:14 +02:00
named_certificates_test.go run hack/update-netparse-cve.sh 2021-08-20 01:16:14 +02:00
server_test.go force implementors of dyanmiccertificates providers to think about notify 2021-04-09 16:59:17 -07:00
static_content.go force implementors of dyanmiccertificates providers to think about notify 2021-04-09 16:59:17 -07:00
tlsconfig.go Structured Logging migration: for package staging/src/k8s.io/apiserver/pkg/server/dynamiccertificates 2021-05-10 20:08:14 +08:00
tlsconfig_test.go allow individual ca bundles to be empty in union 2019-11-12 12:44:53 -05:00
union_content.go API Server Changes 2022-03-07 09:20:45 -05:00
util.go wire dynamic tlsconfig up to apiserver 2019-10-04 08:37:26 -04:00