Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 50 for iscsiInterface (0.51 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.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
    - 37.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.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.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json

                    },
                    "iscsi": {
                      "targetPortal": "targetPortalValue",
                      "iqn": "iqnValue",
                      "lun": 3,
                      "iscsiInterface": "iscsiInterfaceValue",
                      "fsType": "fsTypeValue",
                      "readOnly": true,
                      "portals": [
                        "portalsValue"
                      ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.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: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.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: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.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
          targetPortal: targetPortalValue
        name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

              "path": "pathValue",
              "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: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

                    },
                    "iscsi": {
                      "targetPortal": "targetPortalValue",
                      "iqn": "iqnValue",
                      "lun": 3,
                      "iscsiInterface": "iscsiInterfaceValue",
                      "fsType": "fsTypeValue",
                      "readOnly": true,
                      "portals": [
                        "portalsValue"
                      ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.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
    - 37.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types.go

    	// lun represents iSCSI Target Lun number.
    	Lun int32 `json:"lun" protobuf:"varint,3,opt,name=lun"`
    	// iscsiInterface is the interface Name that uses an iSCSI transport.
    	// Defaults to 'default' (tcp).
    	// +optional
    	ISCSIInterface string `json:"iscsiInterface,omitempty" protobuf:"bytes,4,opt,name=iscsiInterface"`
    	// fsType is the filesystem type of the volume that you want to mount.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top