Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchProvisioner (0.25 sec)

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

    			continue
    		}
    
    		if id, ok := pl.filter.FilterPersistentVolume(pv); ok {
    			filteredVolumes.Insert(id)
    		}
    	}
    
    	return nil
    }
    
    // matchProvisioner helps identify if the given PVC belongs to the running predicate.
    func (pl *nonCSILimits) matchProvisioner(pvc *v1.PersistentVolumeClaim) bool {
    	if pvc.Spec.StorageClassName == nil {
    		return false
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 19.6K bytes
    - Viewed (0)
Back to top