type wrappedStorageVersionManager …
func (w *wrappedStorageVersionManager) UpdateStorageVersions(loopbackClientConfig *rest.Config, serverID string) { … }
func (w *wrappedStorageVersionManager) Completed() bool { … }
func assertBlocking(name string, t *testing.T, err error, shouldBlock bool) { … }
func testBuiltinResourceWrite(t *testing.T, cfg *rest.Config, shouldBlock bool) { … }
func testCRDWrite(t *testing.T, cfg *rest.Config, shouldBlock bool) { … }
func testAPIServiceWrite(t *testing.T, cfg *rest.Config, shouldBlock bool) { … }
func testCRWrite(t *testing.T, cfg *rest.Config, shouldBlock bool) { … }
func testStorageVersionWrite(t *testing.T, cfg *rest.Config, shouldBlock bool) { … }
func testNonPersistedWrite(t *testing.T, cfg *rest.Config, shouldBlock bool) { … }
func testBuiltinResourceRead(t *testing.T, cfg *rest.Config, shouldBlock bool) { … }
func TestStorageVersionBootstrap(t *testing.T) { … }