2021-12-07 13:18:08 -05:00

52 lines
1.4 KiB
JavaScript

"use strict";
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1.22.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.V1PersistentVolume = void 0;
/**
* PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes
*/
class V1PersistentVolume {
static getAttributeTypeMap() {
return V1PersistentVolume.attributeTypeMap;
}
}
exports.V1PersistentVolume = V1PersistentVolume;
V1PersistentVolume.discriminator = undefined;
V1PersistentVolume.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string"
},
{
"name": "kind",
"baseName": "kind",
"type": "string"
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta"
},
{
"name": "spec",
"baseName": "spec",
"type": "V1PersistentVolumeSpec"
},
{
"name": "status",
"baseName": "status",
"type": "V1PersistentVolumeStatus"
}
];
//# sourceMappingURL=v1PersistentVolume.js.map