@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.05 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 Photon Controller persistent disk resource.
*/
export class V1PhotonPersistentDiskVolumeSource {
static getAttributeTypeMap() {
return V1PhotonPersistentDiskVolumeSource.attributeTypeMap;
}
constructor() {
}
}
V1PhotonPersistentDiskVolumeSource.discriminator = undefined;
V1PhotonPersistentDiskVolumeSource.mapping = undefined;
V1PhotonPersistentDiskVolumeSource.attributeTypeMap = [
{
"name": "fsType",
"baseName": "fsType",
"type": "string",
"format": ""
},
{
"name": "pdID",
"baseName": "pdID",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1PhotonPersistentDiskVolumeSource.js.map