Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestConstructVolumeSpec (0.24 sec)

  1. pkg/volume/local/local_test.go

    	}
    
    	var mounterArgs volume.MounterArgs
    	mounterArgs.FsGroup = &fsGroup
    	if err := mounter.SetUp(mounterArgs); err != nil {
    		return err
    	}
    	return nil
    }
    
    func TestConstructVolumeSpec(t *testing.T) {
    	tests := []struct {
    		name         string
    		mountPoints  []mount.MountPoint
    		expectedPath string
    	}{
    		{
    			name: "filesystem volume with directory source",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 08 10:53:39 UTC 2023
    - 22.5K bytes
    - Viewed (0)
Back to top