Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for NewFakeKubeletVolumeHostWithCSINodeName (1.64 sec)

  1. pkg/volume/testing/volume_host.go

    	return newFakeKubeletVolumeHost(t, rootDir, kubeClient, plugins, nil, "", nil, nil)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  2. pkg/volume/csi/csi_plugin_test.go

    			tmpDir,
    			client,
    			ProbeVolumePlugins(),
    			"fakeNode",
    			csiDriverLister,
    			nil,
    		)
    	case kubeletVolumeHostType:
    		host = volumetest.NewFakeKubeletVolumeHostWithCSINodeName(t,
    			tmpDir,
    			client,
    			ProbeVolumePlugins(),
    			"fakeNode",
    			csiDriverLister,
    			volumeAttachmentLister,
    		)
    	case attachDetachVolumeHostType:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  3. pkg/volume/csi/csi_test.go

    			// CSI plugin running in the AttachDetachController. Similarly, the mount/unmount behavior is exclusive
    			// to the CSI plugin running in the Kubelet.
    			kubeletVolumeHost := volumetest.NewFakeKubeletVolumeHostWithCSINodeName(t,
    				tmpDir,
    				client,
    				ProbeVolumePlugins(),
    				"fakeNode",
    				csiDriverInformer.Lister(),
    				volumeAttachmentInformer.Lister(),
    			)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 03 15:55:13 UTC 2022
    - 21.1K bytes
    - Viewed (0)
Back to top