@kubernetes/client-node
Version:
NodeJS client for kubernetes
47 lines • 1.51 kB
JavaScript
;
/**
* 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.V1CinderPersistentVolumeSource = void 0;
/**
* Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.
*/
class V1CinderPersistentVolumeSource {
static getAttributeTypeMap() {
return V1CinderPersistentVolumeSource.attributeTypeMap;
}
}
exports.V1CinderPersistentVolumeSource = V1CinderPersistentVolumeSource;
V1CinderPersistentVolumeSource.discriminator = undefined;
V1CinderPersistentVolumeSource.attributeTypeMap = [
{
"name": "fsType",
"baseName": "fsType",
"type": "string"
},
{
"name": "readOnly",
"baseName": "readOnly",
"type": "boolean"
},
{
"name": "secretRef",
"baseName": "secretRef",
"type": "V1SecretReference"
},
{
"name": "volumeID",
"baseName": "volumeID",
"type": "string"
}
];
//# sourceMappingURL=v1CinderPersistentVolumeSource.js.map