kubernetes/cmd/kubeadm/app/cmd/phases/reset/data_test.go

type testData

var _

func (t *testData) ForceReset() bool                         {}

func (t *testData) InputReader() io.Reader                   {}

func (t *testData) IgnorePreflightErrors() sets.Set[string]  {}

func (t *testData) Cfg() *kubeadmapi.InitConfiguration       {}

func (t *testData) DryRun() bool                             {}

func (t *testData) Client() clientset.Interface              {}

func (t *testData) CertificatesDir() string                  {}

func (t *testData) CRISocketPath() string                    {}

func (t *testData) CleanupTmpDir() bool                      {}

func (t *testData) ResetCfg() *kubeadmapi.ResetConfiguration {}