kubernetes/cmd/kubeadm/app/cmd/phases/init/kubeconfig.go

var kubeconfigFilePhaseProperties

// NewKubeConfigPhase creates a kubeadm workflow phase that creates all kubeconfig files necessary to establish the control plane and the admin kubeconfig file.
func NewKubeConfigPhase() workflow.Phase {}

// NewKubeConfigFilePhase creates a kubeadm workflow phase that creates a kubeconfig file.
func NewKubeConfigFilePhase(kubeConfigFileName string) workflow.Phase {}

func getKubeConfigPhaseFlags(name string) []string {}

func runKubeConfig(c workflow.RunData) error {}

// runKubeConfigFile executes kubeconfig creation logic.
func runKubeConfigFile(kubeConfigFileName string) func(workflow.RunData) error {}