Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for TearDownAt (0.17 sec)

  1. pkg/volume/util/util.go

    	// Wrap EmptyDir, let it do the teardown.
    	wrapped, err := host.NewWrapperUnmounter(volName, volSpec, podUID)
    	if err != nil {
    		return err
    	}
    	return wrapped.TearDownAt(dir)
    }
    
    // MountOptionFromSpec extracts and joins mount options from volume spec with supplied options
    func MountOptionFromSpec(spec *volume.Spec, options ...string) []string {
    	pv := spec.PersistentVolume
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.8K bytes
    - Viewed (0)
Back to top