Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for havePodsWithRequiredAntiAffinityNodeInfoList (0.38 sec)

  1. pkg/scheduler/internal/cache/snapshot.go

    			havePodsWithRequiredAntiAffinityNodeInfoList = append(havePodsWithRequiredAntiAffinityNodeInfoList, v)
    		}
    	}
    
    	s := NewEmptySnapshot()
    	s.nodeInfoMap = nodeInfoMap
    	s.nodeInfoList = nodeInfoList
    	s.havePodsWithAffinityNodeInfoList = havePodsWithAffinityNodeInfoList
    	s.havePodsWithRequiredAntiAffinityNodeInfoList = havePodsWithRequiredAntiAffinityNodeInfoList
    	s.usedPVCSet = createUsedPVCSet(pods)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 01:38:03 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  2. pkg/scheduler/internal/cache/cache.go

    				}
    				if len(nodeInfo.PodsWithRequiredAntiAffinity) > 0 {
    					snapshot.havePodsWithRequiredAntiAffinityNodeInfoList = append(snapshot.havePodsWithRequiredAntiAffinityNodeInfoList, nodeInfo)
    				}
    				for key := range nodeInfo.PVCRefCounts {
    					snapshot.usedPVCSet.Insert(key)
    				}
    			} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 24 09:56:48 UTC 2023
    - 24.9K bytes
    - Viewed (0)
Back to top