Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 208 for volumeModes (1.55 sec)

  1. 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)
  2. 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)
  3. 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)
  4. pkg/volume/iscsi/iscsi.go

    }
    
    type iscsiDiskMounter struct {
    	*iscsiDisk
    	readOnly                  bool
    	fsType                    string
    	volumeMode                v1.PersistentVolumeMode
    	mounter                   *mount.SafeFormatAndMount
    	exec                      utilexec.Interface
    	deviceUtil                ioutil.DeviceUtil
    	mountOptions              []string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  5. pkg/volume/csi/csi_plugin.go

    		Spec: api.PersistentVolumeSpec{
    			PersistentVolumeSource: api.PersistentVolumeSource{
    				CSI: &api.CSIPersistentVolumeSource{
    					Driver:       driverName,
    					VolumeHandle: volumeHandle,
    				},
    			},
    			VolumeMode: &fsMode,
    		},
    	}
    	return volume.NewSpecFromPersistentVolume(pv, false)
    }
    
    func (p *csiPlugin) SupportsMountOption() bool {
    	// TODO (vladimirvivien) use CSI VolumeCapability.MountVolume.mount_flags
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.ReplicaSet.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
    - 34.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PodTemplate.yaml

                  matchLabels:
                    matchLabelsKey: matchLabelsValue
                storageClassName: storageClassNameValue
                volumeAttributesClassName: volumeAttributesClassNameValue
                volumeMode: volumeModeValue
                volumeName: volumeNameValue
          fc:
            fsType: fsTypeValue
            lun: 2
            readOnly: true
            targetWWNs:
            - targetWWNsValue
            wwids:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 31.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.ReplicaSet.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
    - 34.2K bytes
    - Viewed (0)
Back to top