kubernetes/test/e2e/common/storage/secrets_volume.go

var _

func secretForTest(namespace, name string) *v1.Secret {}

func doSecretE2EWithoutMapping(ctx context.Context, f *framework.Framework, defaultMode *int32, secretName string,
	fsGroup *int64, uid *int64) {}

func doSecretE2EWithMapping(ctx context.Context, f *framework.Framework, mode *int32) {}

func createNonOptionalSecretPod(ctx context.Context, f *framework.Framework, volumeMountPath, podName string) *v1.Pod {}

func createNonOptionalSecretPodWithSecret(ctx context.Context, f *framework.Framework, volumeMountPath, podName string) *v1.Pod {}