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) { … }