Record
io-k8s-api-core-v1-iscsi-volume-source
No description available.
record io-k8s-api-core-v1-iscsi-volume-source {
chap-auth-discovery: option<bool>,
chap-auth-session: option<bool>,
fs-type: option<string>,
initiator-name: option<string>,
iqn: string,
iscsi-interface: option<string>,
lun: s32,
portals: option<list<string>>,
read-only: option<bool>,
secret-ref: option<io-k8s-api-core-v1-local-object-reference>,
target-portal: string,
}Fields
| Name | Type | Description |
|---|---|---|
| chap-auth-discovery | option<bool> | |
| chap-auth-session | option<bool> | |
| fs-type | option<string> | |
| initiator-name | option<string> | |
| iqn | string | |
| iscsi-interface | option<string> | |
| lun | s32 | |
| portals | option<list<string>> | |
| read-only | option<bool> | |
| secret-ref | option<io-k8s-api-core-v1-local-object-reference> | |
| target-portal | string |