In working on a command that can initialize contexts, I noticed that the Cluster struct in the config file allows self-signed certificates, but does not allow the user to provide a cert. This patch should mimic kubectl's Kubeconfig. This likely will take the form of certificate-authority and certificate-authority-file being Cluster struct fields
In working on a command that can initialize contexts, I noticed that the Cluster struct in the config file allows self-signed certificates, but does not allow the user to provide a cert. This patch should mimic kubectl's Kubeconfig. This likely will take the form of
certificate-authorityandcertificate-authority-filebeing Cluster struct fields