Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyMatchLabelKeysAndMismatchLabelKeys (0.44 sec)

  1. pkg/registry/core/pod/strategy.go

    		for i := range affinity.PreferredDuringSchedulingIgnoredDuringExecution {
    			applyMatchLabelKeysAndMismatchLabelKeys(&affinity.PreferredDuringSchedulingIgnoredDuringExecution[i].PodAffinityTerm, pod.Labels)
    		}
    		for i := range affinity.RequiredDuringSchedulingIgnoredDuringExecution {
    			applyMatchLabelKeysAndMismatchLabelKeys(&affinity.RequiredDuringSchedulingIgnoredDuringExecution[i], pod.Labels)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 29.8K bytes
    - Viewed (0)
Back to top