@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.44 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.
*/
/**
* Represents a StorageOS persistent volume resource.
*/
export class V1StorageOSPersistentVolumeSource {
static getAttributeTypeMap() {
return V1StorageOSPersistentVolumeSource.attributeTypeMap;
}
constructor() {
}
}
V1StorageOSPersistentVolumeSource.discriminator = undefined;
V1StorageOSPersistentVolumeSource.mapping = undefined;
V1StorageOSPersistentVolumeSource.attributeTypeMap = [
{
"name": "fsType",
"baseName": "fsType",
"type": "string",
"format": ""
},
{
"name": "readOnly",
"baseName": "readOnly",
"type": "boolean",
"format": ""
},
{
"name": "secretRef",
"baseName": "secretRef",
"type": "V1ObjectReference",
"format": ""
},
{
"name": "volumeName",
"baseName": "volumeName",
"type": "string",
"format": ""
},
{
"name": "volumeNamespace",
"baseName": "volumeNamespace",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1StorageOSPersistentVolumeSource.js.map