type certContext … // Setup the server cert. For example, user apiservers and admission webhooks // can use the cert to prove their identify to the kube-apiserver func setupServerCert(namespaceName, serviceName string) *certContext { … }
type certContext … // Setup the server cert. For example, user apiservers and admission webhooks // can use the cert to prove their identify to the kube-apiserver func setupServerCert(namespaceName, serviceName string) *certContext { … }