@kubernetes/client-node
Version:
NodeJS client for kubernetes
92 lines • 2.3 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.32.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.
*/
export class V1ISCSIPersistentVolumeSource {
static getAttributeTypeMap() {
return V1ISCSIPersistentVolumeSource.attributeTypeMap;
}
constructor() {
}
}
V1ISCSIPersistentVolumeSource.discriminator = undefined;
V1ISCSIPersistentVolumeSource.mapping = undefined;
V1ISCSIPersistentVolumeSource.attributeTypeMap = [
{
"name": "chapAuthDiscovery",
"baseName": "chapAuthDiscovery",
"type": "boolean",
"format": ""
},
{
"name": "chapAuthSession",
"baseName": "chapAuthSession",
"type": "boolean",
"format": ""
},
{
"name": "fsType",
"baseName": "fsType",
"type": "string",
"format": ""
},
{
"name": "initiatorName",
"baseName": "initiatorName",
"type": "string",
"format": ""
},
{
"name": "iqn",
"baseName": "iqn",
"type": "string",
"format": ""
},
{
"name": "iscsiInterface",
"baseName": "iscsiInterface",
"type": "string",
"format": ""
},
{
"name": "lun",
"baseName": "lun",
"type": "number",
"format": "int32"
},
{
"name": "portals",
"baseName": "portals",
"type": "Array<string>",
"format": ""
},
{
"name": "readOnly",
"baseName": "readOnly",
"type": "boolean",
"format": ""
},
{
"name": "secretRef",
"baseName": "secretRef",
"type": "V1SecretReference",
"format": ""
},
{
"name": "targetPortal",
"baseName": "targetPortal",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1ISCSIPersistentVolumeSource.js.map