Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NodeStageVolume (0.23 sec)

  1. pkg/volume/csi/csi_client_test.go

    	return err
    }
    
    func (c *fakeCsiDriverClient) NodeStageVolume(ctx context.Context,
    	volID string,
    	publishContext map[string]string,
    	stagingTargetPath string,
    	fsType string,
    	accessMode api.PersistentVolumeAccessMode,
    	secrets map[string]string,
    	volumeContext map[string]string,
    	mountOptions []string,
    	fsGroup *int64,
    ) error {
    	c.t.Log("calling fake.NodeStageVolume...")
    	req := &csipbv1.NodeStageVolumeRequest{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.9K bytes
    - Viewed (0)
Back to top