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 |
||
|---|---|---|
| .. | ||
| authentication.go | ||
| authentication_test.go | ||
| certs_test.go | ||
| client.go | ||
| error.go | ||
| gencerts.sh | ||
| metrics.go | ||
| serviceresolver.go | ||
| serviceresolver_test.go | ||
| validation.go | ||
| webhook.go | ||
| webhook_test.go | ||