Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MakeLabelSelector (0.15 sec)

  1. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    	ignorePolicy       = v1.NodeInclusionPolicyIgnore
    	honorPolicy        = v1.NodeInclusionPolicyHonor
    	fooSelector        = st.MakeLabelSelector().Exists("foo").Obj()
    	barSelector        = st.MakeLabelSelector().Exists("bar").Obj()
    
    	taints = []v1.Taint{{Key: v1.TaintNodeUnschedulable, Value: "", Effect: v1.TaintEffectNoSchedule}}
    )
    
    func (p *criticalPaths) sort() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
Back to top