func newCmdToken(out io.Writer, errW io.Writer) *cobra.Command { … }
func newCmdTokenGenerate(out io.Writer) *cobra.Command { … }
func RunCreateToken(out io.Writer, client clientset.Interface, cfgPath string, initCfg *kubeadmapiv1.InitConfiguration, printJoinCommand bool, certificateKey string, kubeConfigFile string) error { … }
func RunGenerateToken(out io.Writer) error { … }
func formatBootstrapToken(obj *outputapiv1alpha3.BootstrapToken) string { … }
type tokenTextPrinter …
func (ttp *tokenTextPrinter) PrintObj(obj runtime.Object, writer io.Writer) error { … }
type tokenTextPrintFlags …
func (tpf *tokenTextPrintFlags) ToPrinter(outputFormat string) (output.Printer, error) { … }
func RunListTokens(out io.Writer, errW io.Writer, client clientset.Interface, printer output.Printer) error { … }
func RunDeleteTokens(out io.Writer, client clientset.Interface, tokenIDsOrTokens []string) error { … }
func getClientForTokenCommands(file string, dryRun bool) (clientset.Interface, error) { … }