@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.42 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 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.
*/
export class V1CinderVolumeSource {
static getAttributeTypeMap() {
return V1CinderVolumeSource.attributeTypeMap;
}
constructor() {
}
}
V1CinderVolumeSource.discriminator = undefined;
V1CinderVolumeSource.mapping = undefined;
V1CinderVolumeSource.attributeTypeMap = [
{
"name": "fsType",
"baseName": "fsType",
"type": "string",
"format": ""
},
{
"name": "readOnly",
"baseName": "readOnly",
"type": "boolean",
"format": ""
},
{
"name": "secretRef",
"baseName": "secretRef",
"type": "V1LocalObjectReference",
"format": ""
},
{
"name": "volumeID",
"baseName": "volumeID",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1CinderVolumeSource.js.map