func setUp(t *testing.T) (*etcd3testing.EtcdTestServer, Config, *assert.Assertions) { … }
type fakeLocalhost443Listener …
func (fakeLocalhost443Listener) Accept() (net.Conn, error) { … }
func (fakeLocalhost443Listener) Close() error { … }
func (fakeLocalhost443Listener) Addr() net.Addr { … }
func TestLegacyRestStorageStrategies(t *testing.T) { … }
func TestCertificatesRestStorageStrategies(t *testing.T) { … }
func newInstance(t *testing.T) (*Instance, *etcd3testing.EtcdTestServer, CompletedConfig, *assert.Assertions) { … }
func TestVersion(t *testing.T) { … }
func decodeResponse(resp *http.Response, obj interface{ … }
func TestAPIVersionOfDiscoveryEndpoints(t *testing.T) { … }
func TestStorageVersionHashes(t *testing.T) { … }
func TestNoAlphaVersionsEnabledByDefault(t *testing.T) { … }
func TestNoBetaVersionsEnabledByDefault(t *testing.T) { … }
func TestDefaultVars(t *testing.T) { … }
func TestNewBetaResourcesEnabledByDefault(t *testing.T) { … }
func TestGenericStorageProviders(t *testing.T) { … }