Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 50 for iscsiInterface (1.11 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. staging/src/k8s.io/api/core/v1/generated.pb.go

    	i -= len(m.FSType)
    	copy(dAtA[i:], m.FSType)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.FSType)))
    	i--
    	dAtA[i] = 0x2a
    	i -= len(m.ISCSIInterface)
    	copy(dAtA[i:], m.ISCSIInterface)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ISCSIInterface)))
    	i--
    	dAtA[i] = 0x22
    	i = encodeVarintGenerated(dAtA, i, uint64(m.Lun))
    	i--
    	dAtA[i] = 0x18
    	i -= len(m.IQN)
    	copy(dAtA[i:], m.IQN)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. 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)
  7. api/openapi-spec/v3/apis__apps__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 May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/api__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: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     0,
    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    					"iscsiInterface": {
    						SchemaProps: spec.SchemaProps{
    							Description: "iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. api/openapi-spec/swagger.json

              "type": "string"
            },
            "iqn": {
              "description": "iqn is 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
    - 3.1M bytes
    - Viewed (0)
Back to top