@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.49 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.
*/
/**
* FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.
*/
export class V1FlexPersistentVolumeSource {
static getAttributeTypeMap() {
return V1FlexPersistentVolumeSource.attributeTypeMap;
}
constructor() {
}
}
V1FlexPersistentVolumeSource.discriminator = undefined;
V1FlexPersistentVolumeSource.mapping = undefined;
V1FlexPersistentVolumeSource.attributeTypeMap = [
{
"name": "driver",
"baseName": "driver",
"type": "string",
"format": ""
},
{
"name": "fsType",
"baseName": "fsType",
"type": "string",
"format": ""
},
{
"name": "options",
"baseName": "options",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "readOnly",
"baseName": "readOnly",
"type": "boolean",
"format": ""
},
{
"name": "secretRef",
"baseName": "secretRef",
"type": "V1SecretReference",
"format": ""
}
];
//# sourceMappingURL=V1FlexPersistentVolumeSource.js.map