Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PodsWithRequiredAntiAffinity (0.16 sec)

  1. pkg/scheduler/framework/types.go

    			}
    		}
    	}
    	if len(n.PodsWithAffinity) > 0 {
    		clone.PodsWithAffinity = append([]*PodInfo(nil), n.PodsWithAffinity...)
    	}
    	if len(n.PodsWithRequiredAntiAffinity) > 0 {
    		clone.PodsWithRequiredAntiAffinity = append([]*PodInfo(nil), n.PodsWithRequiredAntiAffinity...)
    	}
    	if len(n.ImageStates) > 0 {
    		state := make(map[string]*ImageStateSummary, len(n.ImageStates))
    		for imageName, imageState := range n.ImageStates {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 19:28:17 UTC 2024
    - 36.7K bytes
    - Viewed (0)
Back to top