Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for KubeletVolumeHost (0.18 sec)

  1. pkg/volume/util/operationexecutor/operation_generator.go

    		// AttachFileDevice will fail. If kubelet is not containerized, eval it anyway.
    		kvh, ok := og.GetVolumePluginMgr().Host.(volume.KubeletVolumeHost)
    		if !ok {
    			eventErr, detailedErr := volumeToMount.GenerateError("MapVolume type assertion error", fmt.Errorf("volume host does not implement KubeletVolumeHost interface"))
    			return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    		}
    		hu := kvh.GetHostUtil()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  2. pkg/volume/csi/csi_mounter_test.go

    		supportsSELinux     bool
    		spec                *volume.Spec
    		pod                 *corev1.Pod
    		podUID              types.UID
    		publishContext      map[string]string
    		kubeVolHost         volume.KubeletVolumeHost
    		MetricsProvider     volume.MetricsProvider
    	}
    	type args struct {
    		fsType       string
    		fsGroup      *int64
    		driverPolicy storage.FSGroupPolicy
    	}
    	tests := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
Back to top