const LSCIQuotaFeature … func runOneQuotaTest(f *framework.Framework, quotasRequested bool, userNamespacesEnabled bool) { … } var _ … const writeConcealedPodCommand … // This is needed for testing eviction of pods using disk space in concealed files; the shell has no convenient // way of performing I/O to a concealed file, and the busybox image doesn't contain Perl. func diskConcealingPod(name string, diskConsumedMB int, volumeSource *v1.VolumeSource, resources v1.ResourceRequirements) *v1.Pod { … } // Don't bother returning an error; if something goes wrong, // simply treat it as "no". func supportsQuotas(dir string, userNamespacesEnabled bool) bool { … }