Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewAttacher (0.08 sec)

  1. pkg/volume/plugins.go

    // AttachableVolumePlugin is an extended interface of VolumePlugin and is used for volumes that require attachment
    // to a node before mounting.
    type AttachableVolumePlugin interface {
    	DeviceMountableVolumePlugin
    	NewAttacher() (Attacher, error)
    	NewDetacher() (Detacher, error)
    	// CanAttach tests if provided volume spec is attachable
    	CanAttach(spec *Spec) (bool, error)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 38.2K bytes
    - Viewed (0)
Back to top