Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 80 for volumeModes (0.15 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.yaml

                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  storageClassName: storageClassNameValue
                  volumeAttributesClassName: volumeAttributesClassNameValue
                  volumeMode: volumeModeValue
                  volumeName: volumeNameValue
            fc:
              fsType: fsTypeValue
              lun: 2
              readOnly: true
              targetWWNs:
              - targetWWNsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.StatefulSet.yaml

                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  storageClassName: storageClassNameValue
                  volumeAttributesClassName: volumeAttributesClassNameValue
                  volumeMode: volumeModeValue
                  volumeName: volumeNameValue
            fc:
              fsType: fsTypeValue
              lun: 2
              readOnly: true
              targetWWNs:
              - targetWWNsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.StatefulSet.yaml

                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  storageClassName: storageClassNameValue
                  volumeAttributesClassName: volumeAttributesClassNameValue
                  volumeMode: volumeModeValue
                  volumeName: volumeNameValue
            fc:
              fsType: fsTypeValue
              lun: 2
              readOnly: true
              targetWWNs:
              - targetWWNsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml

                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  storageClassName: storageClassNameValue
                  volumeAttributesClassName: volumeAttributesClassNameValue
                  volumeMode: volumeModeValue
                  volumeName: volumeNameValue
            fc:
              fsType: fsTypeValue
              lun: 2
              readOnly: true
              targetWWNs:
              - targetWWNsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.yaml

                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  storageClassName: storageClassNameValue
                  volumeAttributesClassName: volumeAttributesClassNameValue
                  volumeMode: volumeModeValue
                  volumeName: volumeNameValue
            fc:
              fsType: fsTypeValue
              lun: 2
              readOnly: true
              targetWWNs:
              - targetWWNsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.yaml

                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  storageClassName: storageClassNameValue
                  volumeAttributesClassName: volumeAttributesClassNameValue
                  volumeMode: volumeModeValue
                  volumeName: volumeNameValue
            fc:
              fsType: fsTypeValue
              lun: 2
              readOnly: true
              targetWWNs:
              - targetWWNsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.yaml

                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  storageClassName: storageClassNameValue
                  volumeAttributesClassName: volumeAttributesClassNameValue
                  volumeMode: volumeModeValue
                  volumeName: volumeNameValue
            fc:
              fsType: fsTypeValue
              lun: 2
              readOnly: true
              targetWWNs:
              - targetWWNsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.yaml

                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  storageClassName: storageClassNameValue
                  volumeAttributesClassName: volumeAttributesClassNameValue
                  volumeMode: volumeModeValue
                  volumeName: volumeNameValue
            fc:
              fsType: fsTypeValue
              lun: 2
              readOnly: true
              targetWWNs:
              - targetWWNsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  9. pkg/controller/volume/attachdetach/util/util_test.go

    							ReadOnly:         false,
    							VolumeAttributes: map[string]string{"partition": ""},
    						},
    					},
    					AccessModes: []v1.PersistentVolumeAccessMode{"ReadWriteOnce"},
    					VolumeMode:  fsVolumeMode,
    				},
    			},
    		},
    		{
    			desc:           "pv type that does not support csi migration",
    			createNodeName: nodeName,
    			pod: &v1.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 12 05:42:38 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  10. pkg/volume/iscsi/iscsi_util.go

    // mount / map directory.
    func (util *ISCSIUtil) persistISCSI(b iscsiDiskMounter) error {
    	klog.V(5).Infof("iscsi: AttachDisk volumeMode: %s", b.volumeMode)
    	var globalPDPath string
    	if b.volumeMode == v1.PersistentVolumeBlock {
    		globalPDPath = b.manager.MakeGlobalVDPDName(*b.iscsiDisk)
    	} else {
    		globalPDPath = b.manager.MakeGlobalPDName(*b.iscsiDisk)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 22 12:53:01 UTC 2022
    - 34.1K bytes
    - Viewed (0)
Back to top