func newCmdConfig(out io.Writer) *cobra.Command { … }
func newCmdConfigPrint(out io.Writer) *cobra.Command { … }
func newCmdConfigPrintInitDefaults(out io.Writer) *cobra.Command { … }
func newCmdConfigPrintJoinDefaults(out io.Writer) *cobra.Command { … }
func newCmdConfigPrintResetDefaults(out io.Writer) *cobra.Command { … }
func newCmdConfigPrintUpgradeDefaults(out io.Writer) *cobra.Command { … }
func newCmdConfigPrintActionDefaults(out io.Writer, action string, configBytesProc func() ([]byte, error)) *cobra.Command { … }
func runConfigPrintActionDefaults(out io.Writer, componentConfigs []string, configBytesProc func() ([]byte, error)) error { … }
func getDefaultComponentConfigBytes(group string) ([]byte, error) { … }
var legacyKindToGroupMap …
func getSupportedComponentConfigKinds() []string { … }
func mapLegacyKindsToGroups(kinds []string) ([]string, error) { … }
func getDefaultInitConfigBytes() ([]byte, error) { … }
func getDefaultNodeConfigBytes() ([]byte, error) { … }
func getDefaultResetConfigBytes() ([]byte, error) { … }
func getDefaultUpgradeConfigBytes() ([]byte, error) { … }
func newCmdConfigMigrate(out io.Writer) *cobra.Command { … }
func newCmdConfigValidate(out io.Writer) *cobra.Command { … }
func newCmdConfigImages(out io.Writer) *cobra.Command { … }
func newCmdConfigImagesPull() *cobra.Command { … }
func PullControlPlaneImages(runtime utilruntime.ContainerRuntime, cfg *kubeadmapi.ClusterConfiguration) error { … }
func newCmdConfigImagesList(out io.Writer, mockK8sVersion *string) *cobra.Command { … }
func NewImagesList(cfgPath string, cfg *kubeadmapiv1.ClusterConfiguration) (*ImagesList, error) { … }
type ImagesList …
type imageTextPrinter …
func (itp *imageTextPrinter) PrintObj(obj runtime.Object, writer io.Writer) error { … }
type imageTextPrintFlags …
func (ipf *imageTextPrintFlags) ToPrinter(outputFormat string) (output.Printer, error) { … }
func (i *ImagesList) Run(out io.Writer, printer output.Printer) error { … }
func AddImagesCommonConfigFlags(flagSet *flag.FlagSet, cfg *kubeadmapiv1.ClusterConfiguration, cfgPath *string, featureGatesString *string) { … }