UNPKG

@kubernetes/client-node

Version:
92 lines 2.22 kB
/** * 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. */ /** * Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. */ export class V1ISCSIVolumeSource { static getAttributeTypeMap() { return V1ISCSIVolumeSource.attributeTypeMap; } constructor() { } } V1ISCSIVolumeSource.discriminator = undefined; V1ISCSIVolumeSource.mapping = undefined; V1ISCSIVolumeSource.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": "V1LocalObjectReference", "format": "" }, { "name": "targetPortal", "baseName": "targetPortal", "type": "string", "format": "" } ]; //# sourceMappingURL=V1ISCSIVolumeSource.js.map