@kubernetes/client-node
Version:
NodeJS client for kubernetes
86 lines • 2 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.
*/
/**
* ScaleIOVolumeSource represents a persistent ScaleIO volume
*/
export class V1ScaleIOVolumeSource {
static getAttributeTypeMap() {
return V1ScaleIOVolumeSource.attributeTypeMap;
}
constructor() {
}
}
V1ScaleIOVolumeSource.discriminator = undefined;
V1ScaleIOVolumeSource.mapping = undefined;
V1ScaleIOVolumeSource.attributeTypeMap = [
{
"name": "fsType",
"baseName": "fsType",
"type": "string",
"format": ""
},
{
"name": "gateway",
"baseName": "gateway",
"type": "string",
"format": ""
},
{
"name": "protectionDomain",
"baseName": "protectionDomain",
"type": "string",
"format": ""
},
{
"name": "readOnly",
"baseName": "readOnly",
"type": "boolean",
"format": ""
},
{
"name": "secretRef",
"baseName": "secretRef",
"type": "V1LocalObjectReference",
"format": ""
},
{
"name": "sslEnabled",
"baseName": "sslEnabled",
"type": "boolean",
"format": ""
},
{
"name": "storageMode",
"baseName": "storageMode",
"type": "string",
"format": ""
},
{
"name": "storagePool",
"baseName": "storagePool",
"type": "string",
"format": ""
},
{
"name": "system",
"baseName": "system",
"type": "string",
"format": ""
},
{
"name": "volumeName",
"baseName": "volumeName",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1ScaleIOVolumeSource.js.map