Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AffinityTerms (0.14 sec)

  1. pkg/api/pod/util.go

    	for i := range terms {
    		terms[i].MatchLabelKeys = nil
    		terms[i].MismatchLabelKeys = nil
    	}
    }
    
    // matchLabelKeysFieldInPodAffinityInUse returns true if given affinityTerms have MatchLabelKeys field set.
    func matchLabelKeysFieldInPodAffinityInUse(podSpec *api.PodSpec) bool {
    	if podSpec == nil || podSpec.Affinity == nil {
    		return false
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
Back to top