type testCertsData … func (t *testCertsData) Cfg() *kubeadmapi.InitConfiguration { … } func (t *testCertsData) ExternalCA() bool { … } func (t *testCertsData) CertificateDir() string { … } func (t *testCertsData) CertificateWriteDir() string { … } func TestCreateSparseCerts(t *testing.T) { … }