Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createUsedPVCSet (0.12 sec)

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

    	s.nodeInfoList = nodeInfoList
    	s.havePodsWithAffinityNodeInfoList = havePodsWithAffinityNodeInfoList
    	s.havePodsWithRequiredAntiAffinityNodeInfoList = havePodsWithRequiredAntiAffinityNodeInfoList
    	s.usedPVCSet = createUsedPVCSet(pods)
    
    	return s
    }
    
    // createNodeInfoMap obtains a list of pods and pivots that list into a map
    // where the keys are node names and the values are the aggregated information
    // for that node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 01:38:03 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top