@kubernetes/client-node
Version:
NodeJS client for kubernetes
86 lines • 2.06 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.
*/
/**
* ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume
*/
export class V1ScaleIOPersistentVolumeSource {
static getAttributeTypeMap() {
return V1ScaleIOPersistentVolumeSource.attributeTypeMap;
}
constructor() {
}
}
V1ScaleIOPersistentVolumeSource.discriminator = undefined;
V1ScaleIOPersistentVolumeSource.mapping = undefined;
V1ScaleIOPersistentVolumeSource.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": "V1SecretReference",
"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=V1ScaleIOPersistentVolumeSource.js.map