Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 206 for volumeModes (0.41 sec)

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

    	// If a volume has 'Filesystem' volumeMode, UnmountVolume unmounts the
    	// volume from the pod specified in volumeToUnmount and updates the actual
    	// state of the world to reflect that.
    	//
    	// For 'Block' volumeMode, this method unmaps symbolic link to the volume
    	// from both the pod device map path in volumeToUnmount and global map path.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  2. pkg/kubelet/volumemanager/volume_manager_test.go

    			ClaimRef: &v1.ObjectReference{
    				Namespace: "nsA",
    				Name:      "claimA",
    			},
    			VolumeMode: &pvMode,
    		},
    	}
    	claim := &v1.PersistentVolumeClaim{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "claimA",
    			Namespace: "nsA",
    		},
    		Spec: v1.PersistentVolumeClaimSpec{
    			VolumeName: "pvA",
    			VolumeMode: &pvMode,
    		},
    		Status: v1.PersistentVolumeClaimStatus{
    			Phase: v1.ClaimBound,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PersistentVolume.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PersistentVolume.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1beta1.VolumeAttachment.yaml

              uid: uidValue
            volumeName: volumeNameValue
            volumeNamespace: volumeNamespaceValue
          volumeAttributesClassName: volumeAttributesClassNameValue
          volumeMode: volumeModeValue
          vsphereVolume:
            fsType: fsTypeValue
            storagePolicyID: storagePolicyIDValue
            storagePolicyName: storagePolicyNameValue
            volumePath: volumePathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1beta1.VolumeAttachment.yaml

              uid: uidValue
            volumeName: volumeNameValue
            volumeNamespace: volumeNamespaceValue
          volumeAttributesClassName: volumeAttributesClassNameValue
          volumeMode: volumeModeValue
          vsphereVolume:
            fsType: fsTypeValue
            storagePolicyID: storagePolicyIDValue
            storagePolicyName: storagePolicyNameValue
            volumePath: volumePathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1alpha1.VolumeAttachment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1alpha1.VolumeAttachment.yaml

              uid: uidValue
            volumeName: volumeNameValue
            volumeNamespace: volumeNamespaceValue
          volumeAttributesClassName: volumeAttributesClassNameValue
          volumeMode: volumeModeValue
          vsphereVolume:
            fsType: fsTypeValue
            storagePolicyID: storagePolicyIDValue
            storagePolicyName: storagePolicyNameValue
            volumePath: volumePathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/core.v1.PersistentVolume.yaml

          resourceVersion: resourceVersionValue
          uid: uidValue
        volumeName: volumeNameValue
        volumeNamespace: volumeNamespaceValue
      volumeAttributesClassName: volumeAttributesClassNameValue
      volumeMode: volumeModeValue
      vsphereVolume:
        fsType: fsTypeValue
        storagePolicyID: storagePolicyIDValue
        storagePolicyName: storagePolicyNameValue
        volumePath: volumePathValue
    status:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  10. pkg/volume/csi/csi_util.go

    	return context.WithTimeout(ctx, timeout)
    }
    
    // getPodInfoAttrs returns pod info for NodePublish
    func getPodInfoAttrs(pod *api.Pod, volumeMode storage.VolumeLifecycleMode) map[string]string {
    	attrs := map[string]string{
    		"csi.storage.k8s.io/pod.name":            pod.Name,
    		"csi.storage.k8s.io/pod.namespace":       pod.Namespace,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 17:14:00 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top