mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
12
api/swagger-spec/batch_v1beta1.json
generated
12
api/swagger-spec/batch_v1beta1.json
generated
@@ -2078,7 +2078,7 @@
|
||||
"properties": {
|
||||
"targetPortal": {
|
||||
"type": "string",
|
||||
"description": "iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
|
||||
"description": "iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
|
||||
},
|
||||
"iqn": {
|
||||
"type": "string",
|
||||
@@ -2087,11 +2087,11 @@
|
||||
"lun": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "iSCSI target lun number."
|
||||
"description": "iSCSI Target Lun number."
|
||||
},
|
||||
"iscsiInterface": {
|
||||
"type": "string",
|
||||
"description": "Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport."
|
||||
"description": "iSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp)."
|
||||
},
|
||||
"fsType": {
|
||||
"type": "string",
|
||||
@@ -2106,7 +2106,7 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "iSCSI target portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
|
||||
"description": "iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
|
||||
},
|
||||
"chapAuthDiscovery": {
|
||||
"type": "boolean",
|
||||
@@ -2118,11 +2118,11 @@
|
||||
},
|
||||
"secretRef": {
|
||||
"$ref": "v1.LocalObjectReference",
|
||||
"description": "CHAP secret for iSCSI target and initiator authentication"
|
||||
"description": "CHAP Secret for iSCSI target and initiator authentication"
|
||||
},
|
||||
"initiatorName": {
|
||||
"type": "string",
|
||||
"description": "Custom iSCSI initiator name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface \u003ctarget portal\u003e:\u003cvolume name\u003e will be created for the connection."
|
||||
"description": "Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface \u003ctarget portal\u003e:\u003cvolume name\u003e will be created for the connection."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user