Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 158 for iscsiInterface (0.44 sec)

  1. pkg/apis/core/fuzzer/fuzzer.go

    			}
    		},
    		func(i *core.ISCSIVolumeSource, c fuzz.Continue) {
    			i.ISCSIInterface = c.RandString()
    			if i.ISCSIInterface == "" {
    				i.ISCSIInterface = "default"
    			}
    		},
    		func(i *core.ISCSIPersistentVolumeSource, c fuzz.Continue) {
    			i.ISCSIInterface = c.RandString()
    			if i.ISCSIInterface == "" {
    				i.ISCSIInterface = "default"
    			}
    		},
    		func(i *core.PersistentVolumeClaimSpec, c fuzz.Continue) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 04:32:01 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/defaults.go

    	}
    }
    func SetDefaults_ISCSIVolumeSource(obj *v1.ISCSIVolumeSource) {
    	if obj.ISCSIInterface == "" {
    		obj.ISCSIInterface = "default"
    	}
    }
    func SetDefaults_ISCSIPersistentVolumeSource(obj *v1.ISCSIPersistentVolumeSource) {
    	if obj.ISCSIInterface == "" {
    		obj.ISCSIInterface = "default"
    	}
    }
    func SetDefaults_AzureDiskVolumeSource(obj *v1.AzureDiskVolumeSource) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 19 22:24:15 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  3. pkg/volume/iscsi/iscsi.go

    			Lun:            int32(lun),
    			ISCSIInterface: iface,
    		},
    	)
    	klog.V(5).Infof("ConstructBlockVolumeSpec: TargetPortal: %v, IQN: %v, Lun: %v, ISCSIInterface: %v",
    		iscsiPV.Spec.PersistentVolumeSource.ISCSI.TargetPortal,
    		iscsiPV.Spec.PersistentVolumeSource.ISCSI.IQN,
    		iscsiPV.Spec.PersistentVolumeSource.ISCSI.Lun,
    		iscsiPV.Spec.PersistentVolumeSource.ISCSI.ISCSIInterface,
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PersistentVolume.json

            "namespace": "namespaceValue"
          },
          "readOnly": true
        },
        "iscsi": {
          "targetPortal": "targetPortalValue",
          "iqn": "iqnValue",
          "lun": 3,
          "iscsiInterface": "iscsiInterfaceValue",
          "fsType": "fsTypeValue",
          "readOnly": true,
          "portals": [
            "portalsValue"
          ],
          "chapAuthDiscovery": true,
          "chapAuthSession": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PersistentVolume.json

            "namespace": "namespaceValue"
          },
          "readOnly": true
        },
        "iscsi": {
          "targetPortal": "targetPortalValue",
          "iqn": "iqnValue",
          "lun": 3,
          "iscsiInterface": "iscsiInterfaceValue",
          "fsType": "fsTypeValue",
          "readOnly": true,
          "portals": [
            "portalsValue"
          ],
          "chapAuthDiscovery": true,
          "chapAuthSession": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/core.v1.PersistentVolume.yaml

        path: pathValue
        type: typeValue
      iscsi:
        chapAuthDiscovery: true
        chapAuthSession: true
        fsType: fsTypeValue
        initiatorName: initiatorNameValue
        iqn: iqnValue
        iscsiInterface: iscsiInterfaceValue
        lun: 3
        portals:
        - portalsValue
        readOnly: true
        secretRef:
          name: nameValue
          namespace: namespaceValue
        targetPortal: targetPortalValue
      local:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1beta1.VolumeAttachment.yaml

            type: typeValue
          iscsi:
            chapAuthDiscovery: true
            chapAuthSession: true
            fsType: fsTypeValue
            initiatorName: initiatorNameValue
            iqn: iqnValue
            iscsiInterface: iscsiInterfaceValue
            lun: 3
            portals:
            - portalsValue
            readOnly: true
            secretRef:
              name: nameValue
              namespace: namespaceValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1beta1.VolumeAttachment.yaml

            type: typeValue
          iscsi:
            chapAuthDiscovery: true
            chapAuthSession: true
            fsType: fsTypeValue
            initiatorName: initiatorNameValue
            iqn: iqnValue
            iscsiInterface: iscsiInterfaceValue
            lun: 3
            portals:
            - portalsValue
            readOnly: true
            secretRef:
              name: nameValue
              namespace: namespaceValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1alpha1.VolumeAttachment.json

              },
              "readOnly": true
            },
            "iscsi": {
              "targetPortal": "targetPortalValue",
              "iqn": "iqnValue",
              "lun": 3,
              "iscsiInterface": "iscsiInterfaceValue",
              "fsType": "fsTypeValue",
              "readOnly": true,
              "portals": [
                "portalsValue"
              ],
              "chapAuthDiscovery": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1alpha1.VolumeAttachment.yaml

            type: typeValue
          iscsi:
            chapAuthDiscovery: true
            chapAuthSession: true
            fsType: fsTypeValue
            initiatorName: initiatorNameValue
            iqn: iqnValue
            iscsiInterface: iscsiInterfaceValue
            lun: 3
            portals:
            - portalsValue
            readOnly: true
            secretRef:
              name: nameValue
              namespace: namespaceValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 6.6K bytes
    - Viewed (0)
Back to top