Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getUnattachedVolumes (0.16 sec)

  1. pkg/kubelet/volumemanager/volume_manager.go

    			volumesNotInDSW.Delete(volumeToMount.OuterVolumeSpecName)
    		}
    	}
    
    	return sets.List(volumesNotInDSW)
    }
    
    // getUnattachedVolumes returns a list of the volumes that are expected to be attached but
    // are not currently attached to the node
    func (vm *volumeManager) getUnattachedVolumes(uniquePodName types.UniquePodName) []string {
    	unattachedVolumes := []string{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top