kubernetes/test/e2e/storage/empty_dir_wrapper.go

const wrappedVolumeRaceConfigMapVolumeCount

const wrappedVolumeRaceConfigMapPodCount

const wrappedVolumeRaceConfigMapIterationCount

const wrappedVolumeRaceGitRepoVolumeCount

const wrappedVolumeRaceGitRepoPodCount

const wrappedVolumeRaceGitRepoIterationCount

const wrappedVolumeRaceRCNamePrefix

var _

func createGitServer(ctx context.Context, f *framework.Framework) (gitURL string, gitRepo string, cleanup func()) {}

func makeGitRepoVolumes(gitURL, gitRepo string) (volumes []v1.Volume, volumeMounts []v1.VolumeMount) {}

func createConfigmapsForRace(ctx context.Context, f *framework.Framework) (configMapNames []string) {}

func deleteConfigMaps(ctx context.Context, f *framework.Framework, configMapNames []string) {}

func makeConfigMapVolumes(configMapNames []string) (volumes []v1.Volume, volumeMounts []v1.VolumeMount) {}

func testNoWrappedVolumeRace(ctx context.Context, f *framework.Framework, volumes []v1.Volume, volumeMounts []v1.VolumeMount, podCount int32) {}