type testBody …
type disruptiveTest …
func checkForControllerManagerHealthy(ctx context.Context, duration time.Duration) error { … }
var _ …
func createGCEVolume(ctx context.Context) (*v1.PersistentVolumeSource, string) { … }
func initTestCase(ctx context.Context, f *framework.Framework, c clientset.Interface, pvConfig e2epv.PersistentVolumeConfig, pvcConfig e2epv.PersistentVolumeClaimConfig, ns, nodeName string) (*v1.Pod, *v1.PersistentVolume, *v1.PersistentVolumeClaim) { … }
func tearDownTestCase(ctx context.Context, c clientset.Interface, f *framework.Framework, ns string, client *v1.Pod, pvc *v1.PersistentVolumeClaim, pv *v1.PersistentVolume, forceDeletePV bool) { … }