apiserver/pkg/server/dynamiccertificates
Stephen Kitt 7fb4ad7511 api-machinery: stop using deprecated io/ioutil
This replaces deprecated ioutil functions as follows:

* ioutil.ReadAll -> io.ReadAll
* ioutil.ReadFile -> os.ReadFile
* ioutil.TempDir -> os.MkdirTemp
* ioutil.TempFile -> os.CreateTemp
* ioutil.WriteFile -> os.WriteFile

Signed-off-by: Stephen Kitt <skitt@redhat.com>

Kubernetes-commit: b60a3a58df2791ae67764f6325be31aea5eca5a0
2023-05-02 15:08:18 +02: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-machinery: stop using deprecated io/ioutil 2023-05-02 15:08:18 +02:00
dynamic_serving_content.go api-machinery: stop using deprecated io/ioutil 2023-05-02 15:08:18 +02: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 cleanup: use append other than for loop 2022-07-21 15:29:30 +08: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 replace spew methods with dump methods 2023-04-13 09:41:07 +08:00
union_content.go API Server Changes 2022-03-07 09:20:45 -05:00
util.go cleanup: use append other than for loop 2022-07-21 15:29:30 +08:00