Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getVolumeLimits (0.55 sec)

  1. pkg/scheduler/framework/plugins/nodevolumelimits/csi.go

    	if len(newVolumes) == 0 {
    		return nil
    	}
    
    	// If the node doesn't have volume limits, the predicate will always be true
    	nodeVolumeLimits := getVolumeLimits(nodeInfo, csiNode)
    	if len(nodeVolumeLimits) == 0 {
    		return nil
    	}
    
    	attachedVolumes := make(map[string]string)
    	for _, existingPod := range nodeInfo.Pods {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 18:07:11 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top