Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PodAffinityNotExists (0.54 sec)

  1. pkg/scheduler/testing/wrappers.go

    	labelSelector := MakeLabelSelector().Exists(labelKey).Obj()
    	p.PodAntiAffinity(topologyKey, labelSelector, kind)
    	return p
    }
    
    // PodAffinityNotExists creates a PodAffinity with the operator "NotExists"
    // and injects into the inner pod.
    func (p *PodWrapper) PodAffinityNotExists(labelKey, topologyKey string, kind PodAffinityKind) *PodWrapper {
    	labelSelector := MakeLabelSelector().NotExist(labelKey).Obj()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 42.1K bytes
    - Viewed (0)
Back to top