var _ …
func SpreadServiceOrFail(ctx context.Context, f *framework.Framework, replicaCount int, zoneNames sets.Set[string], image string) { … }
func getZoneNameForNode(node v1.Node) (string, error) { … }
func getZoneNameForPod(ctx context.Context, c clientset.Interface, pod v1.Pod) (string, error) { … }
func checkZoneSpreading(ctx context.Context, c clientset.Interface, pods *v1.PodList, zoneNames []string) { … }
func SpreadRCOrFail(ctx context.Context, f *framework.Framework, replicaCount int32, zoneNames sets.Set[string], image string, args []string) { … }