Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for skipAttach (0.19 sec)

  1. pkg/volume/csi/csi_plugin.go

    	}
    
    	pvSrc, err := getCSISourceFromSpec(spec)
    	if err != nil {
    		return false, err
    	}
    
    	driverName := pvSrc.Driver
    
    	skipAttach, err := p.skipAttach(driverName)
    	if err != nil {
    		return false, err
    	}
    
    	return !skipAttach, nil
    }
    
    // CanDeviceMount returns true if the spec supports device mount
    func (p *csiPlugin) CanDeviceMount(spec *volume.Spec) (bool, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
Back to top