Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for iscsiInterface (0.38 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/HEAD/apps.v1.ReplicaSet.yaml

            iscsi:
              chapAuthDiscovery: true
              chapAuthSession: true
              fsType: fsTypeValue
              initiatorName: initiatorNameValue
              iqn: iqnValue
              iscsiInterface: iscsiInterfaceValue
              lun: 3
              portals:
              - portalsValue
              readOnly: true
              secretRef:
                name: nameValue
              targetPortal: targetPortalValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml

            iscsi:
              chapAuthDiscovery: true
              chapAuthSession: true
              fsType: fsTypeValue
              initiatorName: initiatorNameValue
              iqn: iqnValue
              iscsiInterface: iscsiInterfaceValue
              lun: 3
              portals:
              - portalsValue
              readOnly: true
              secretRef:
                name: nameValue
              targetPortal: targetPortalValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.DaemonSet.yaml

            iscsi:
              chapAuthDiscovery: true
              chapAuthSession: true
              fsType: fsTypeValue
              initiatorName: initiatorNameValue
              iqn: iqnValue
              iscsiInterface: iscsiInterfaceValue
              lun: 3
              portals:
              - portalsValue
              readOnly: true
              secretRef:
                name: nameValue
              targetPortal: targetPortalValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.yaml

            iscsi:
              chapAuthDiscovery: true
              chapAuthSession: true
              fsType: fsTypeValue
              initiatorName: initiatorNameValue
              iqn: iqnValue
              iscsiInterface: iscsiInterfaceValue
              lun: 3
              portals:
              - portalsValue
              readOnly: true
              secretRef:
                name: nameValue
              targetPortal: targetPortalValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.yaml

            iscsi:
              chapAuthDiscovery: true
              chapAuthSession: true
              fsType: fsTypeValue
              initiatorName: initiatorNameValue
              iqn: iqnValue
              iscsiInterface: iscsiInterfaceValue
              lun: 3
              portals:
              - portalsValue
              readOnly: true
              secretRef:
                name: nameValue
              targetPortal: targetPortalValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.ReplicaSet.yaml

            iscsi:
              chapAuthDiscovery: true
              chapAuthSession: true
              fsType: fsTypeValue
              initiatorName: initiatorNameValue
              iqn: iqnValue
              iscsiInterface: iscsiInterfaceValue
              lun: 3
              portals:
              - portalsValue
              readOnly: true
              secretRef:
                name: nameValue
              targetPortal: targetPortalValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.DaemonSet.yaml

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