var genericCertRenewLongDesc …
var allLongDesc …
var expirationLongDesc …
var certificateKeyLongDesc …
var generateCSRLongDesc …
var generateCSRExample …
func newCmdCertsUtility(out io.Writer) *cobra.Command { … }
type genCSRConfig …
func newGenCSRConfig() *genCSRConfig { … }
func (o *genCSRConfig) addFlagSet(flagSet *pflag.FlagSet) { … }
func (o *genCSRConfig) load() (err error) { … }
func newCmdGenCSR(out io.Writer) *cobra.Command { … }
func runGenCSR(out io.Writer, config *genCSRConfig) error { … }
func newCmdCertificateKey() *cobra.Command { … }
func newCmdCertsRenewal(out io.Writer) *cobra.Command { … }
type renewFlags …
func getRenewSubCommands(out io.Writer, kdir string) []*cobra.Command { … }
func addRenewFlags(cmd *cobra.Command, flags *renewFlags) { … }
func renewCert(kdir string, internalcfg *kubeadmapi.InitConfiguration, handler *renewal.CertificateRenewHandler) error { … }
func getInternalCfg(cfgPath string, client kubernetes.Interface, cfg kubeadmapiv1.ClusterConfiguration, printer output.Printer, logPrefix string) (*kubeadmapi.InitConfiguration, error) { … }
func fetchCertificateExpirationInfo(rm *renewal.Manager) (*outputapiv1alpha3.CertificateExpirationInfo, error) { … }
var clientSetFromFile …
func newCmdCertsExpiration(out io.Writer, kdir string) *cobra.Command { … }
type expirationFlags …
func addExpirationFlags(cmd *cobra.Command, flags *expirationFlags) { … }
type certTextPrinter …
func (p *certTextPrinter) PrintObj(obj runtime.Object, writer io.Writer) error { … }
type certTextPrintFlags …
func (tpf *certTextPrintFlags) ToPrinter(outputFormat string) (output.Printer, error) { … }