mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Merge pull request #39928 from humblec/iscsi-multipath-backuptp
Automatic merge from submit-queue Add mulitpath support to iscsi plugin #issue https://github.com/kubernetes/kubernetes/issues/39345 Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
@@ -36654,6 +36654,13 @@
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"portals": {
|
||||
"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).",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"readOnly": {
|
||||
"description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.",
|
||||
"type": "boolean"
|
||||
|
Reference in New Issue
Block a user