Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for claimNamesMap (0.2 sec)

  1. pkg/kubelet/cm/dra/manager.go

    }
    
    func (m *ManagerImpl) unprepareResources(podUID types.UID, namespace string, claimNames []string) error {
    	batches := make(map[string][]*drapb.Claim)
    	claimNamesMap := make(map[types.UID]string)
    	for _, claimName := range claimNames {
    		// Atomically perform some operations on the claimInfo cache.
    		err := m.cache.withLock(func() error {
    			// Get the claim info from the cache
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 13:23:29 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top