kubernetes/staging/src/k8s.io/apiserver/pkg/server/storage_readiness_hook_test.go

type fakeReadinessStorage

func (s *fakeReadinessStorage) New() runtime.Object   {}

func (s *fakeReadinessStorage) Destroy()              {}

func (s *fakeReadinessStorage) ReadinessCheck() error {}

func testGVR(index int) metav1.GroupVersionResource {}

func TestStorageReadinessHook(t *testing.T) {}

func TestStorageReadinessHookTimeout(t *testing.T) {}