Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for iscsiInterface (0.22 sec)

  1. 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)
  2. pkg/apis/core/v1/zz_generated.conversion.go

    	out.TargetPortal = in.TargetPortal
    	out.IQN = in.IQN
    	out.Lun = in.Lun
    	out.ISCSIInterface = in.ISCSIInterface
    	out.FSType = in.FSType
    	out.ReadOnly = in.ReadOnly
    	out.Portals = *(*[]string)(unsafe.Pointer(&in.Portals))
    	out.DiscoveryCHAPAuth = in.DiscoveryCHAPAuth
    	out.SessionCHAPAuth = in.SessionCHAPAuth
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      optional string iqn = 2;
    
      // lun is iSCSI Target Lun number.
      optional int32 lun = 3;
    
      // iscsiInterface is the interface Name that uses an iSCSI transport.
      // Defaults to 'default' (tcp).
      // +optional
      optional string iscsiInterface = 4;
    
      // fsType is the filesystem type of the volume that you want to mount.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"iqn":               "iqn is Target iSCSI Qualified Name.",
    	"lun":               "lun is iSCSI Target Lun number.",
    	"iscsiInterface":    "iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      optional string iqn = 2;
    
      // lun is iSCSI Target Lun number.
      optional int32 lun = 3;
    
      // iscsiInterface is the interface Name that uses an iSCSI transport.
      // Defaults to 'default' (tcp).
      // +optional
      optional string iscsiInterface = 4;
    
      // 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
    - 280.3K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    	// +optional
    	IQN string
    	// Required: iSCSI target lun number
    	// +optional
    	Lun int32
    	// Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport.
    	// +optional
    	ISCSIInterface string
    	// Filesystem type to mount.
    	// Must be a filesystem type supported by the host operating system.
    	// Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "type": "string"
              },
              "iqn": {
                "default": "",
                "description": "iqn is Target iSCSI Qualified Name.",
                "type": "string"
              },
              "iscsiInterface": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              },
              "iqn": {
                "default": "",
                "description": "iqn is the target iSCSI Qualified Name.",
                "type": "string"
              },
              "iscsiInterface": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top