82 lines
2.0 KiB
JavaScript
82 lines
2.0 KiB
JavaScript
"use strict";
|
|
/**
|
|
* Kubernetes
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document: v1.22.2
|
|
*
|
|
*
|
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.V1ISCSIVolumeSource = void 0;
|
|
/**
|
|
* Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.
|
|
*/
|
|
class V1ISCSIVolumeSource {
|
|
static getAttributeTypeMap() {
|
|
return V1ISCSIVolumeSource.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1ISCSIVolumeSource = V1ISCSIVolumeSource;
|
|
V1ISCSIVolumeSource.discriminator = undefined;
|
|
V1ISCSIVolumeSource.attributeTypeMap = [
|
|
{
|
|
"name": "chapAuthDiscovery",
|
|
"baseName": "chapAuthDiscovery",
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"name": "chapAuthSession",
|
|
"baseName": "chapAuthSession",
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"name": "fsType",
|
|
"baseName": "fsType",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "initiatorName",
|
|
"baseName": "initiatorName",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "iqn",
|
|
"baseName": "iqn",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "iscsiInterface",
|
|
"baseName": "iscsiInterface",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "lun",
|
|
"baseName": "lun",
|
|
"type": "number"
|
|
},
|
|
{
|
|
"name": "portals",
|
|
"baseName": "portals",
|
|
"type": "Array<string>"
|
|
},
|
|
{
|
|
"name": "readOnly",
|
|
"baseName": "readOnly",
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"name": "secretRef",
|
|
"baseName": "secretRef",
|
|
"type": "V1LocalObjectReference"
|
|
},
|
|
{
|
|
"name": "targetPortal",
|
|
"baseName": "targetPortal",
|
|
"type": "string"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1ISCSIVolumeSource.js.map
|