var iptablesCleanupInstructions …
var cniCleanupInstructions …
type resetOptions …
type resetData …
func newResetOptions() *resetOptions { … }
func newResetData(cmd *cobra.Command, opts *resetOptions, in io.Reader, out io.Writer, allowExperimental bool) (*resetData, error) { … }
func AddResetFlags(flagSet *flag.FlagSet, resetOptions *resetOptions) { … }
func newCmdReset(in io.Reader, out io.Writer, resetOptions *resetOptions) *cobra.Command { … }
func (r *resetData) ResetCfg() *kubeadmapi.ResetConfiguration { … }
func (r *resetData) Cfg() *kubeadmapi.InitConfiguration { … }
func (r *resetData) DryRun() bool { … }
func (r *resetData) CleanupTmpDir() bool { … }
func (r *resetData) CertificatesDir() string { … }
func (r *resetData) Client() clientset.Interface { … }
func (r *resetData) ForceReset() bool { … }
func (r *resetData) InputReader() io.Reader { … }
func (r *resetData) IgnorePreflightErrors() sets.Set[string] { … }
func (r *resetData) CRISocketPath() string { … }
func resetDetectCRISocket(resetCfg *kubeadmapi.ResetConfiguration, initCfg *kubeadmapi.InitConfiguration) (string, error) { … }