Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for podLabelsMatchSpreadConstraints (0.29 sec)

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

    		return framework.QueueSkip, nil
    	}
    
    	// Pod is added. Return Queue when the added Pod has a label that matches with topologySpread's selector.
    	if modifiedPod != nil {
    		if podLabelsMatchSpreadConstraints(constraints, modifiedPod.Labels) {
    			logger.V(5).Info("a scheduled pod was created and it matches with the pod's topology spread constraints",
    				"pod", klog.KObj(pod), "createdPod", klog.KObj(modifiedPod))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 14:13:06 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top