kubernetes/cmd/kube-apiserver/app/testing
Lubomir I. Ivanov 6ec8dbe5b5 cmd/kube-apiserver: avoid importing the kubeadm pkiutils package
The package "k8s.io/kubernetes/cmd/kubeadm/app/util/pkiutil"
is used for a couple of function calls:
- pkiutil.NewCertAndKey() to generate a cert/key pair
- pkiutil.WriteCertAndKey() to write the pair to disk

Unroll and simplify the functions to obtain the same functionality
while removing the cmd/kubeadm dependency.
2023-09-05 14:14:47 +03:00
..
testdata Ensure testing credentials are labeled as such 2020-02-04 10:36:05 -08:00
testserver.go cmd/kube-apiserver: avoid importing the kubeadm pkiutils package 2023-09-05 14:14:47 +03:00