diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 339b5befa2f39..2f029b5537af4 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -12901,6 +12901,10 @@ "format": "int32", "description": "iSCSI target lun number." }, + "iscsiInterface": { + "type": "string", + "description": "Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport." + }, "fsType": { "type": "string", "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#iscsi" diff --git a/api/swagger-spec/v1beta1.json b/api/swagger-spec/v1beta1.json index c4e9902c129ed..f533df2847fd3 100644 --- a/api/swagger-spec/v1beta1.json +++ b/api/swagger-spec/v1beta1.json @@ -3319,6 +3319,10 @@ "format": "int32", "description": "iSCSI target lun number." }, + "iscsiInterface": { + "type": "string", + "description": "Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport." + }, "fsType": { "type": "string", "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#iscsi" diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 5de61b22407a2..6c3f08302e1fe 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -2163,6 +2163,13 @@
iscsiInterface
Optional: Defaults to default (tcp). iSCSI interface name that uses an iSCSI transport.
false
string
fsType
Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#iscsi
true