kubernetes-models
Version:
14 lines (13 loc) • 970 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IoK8sApiCoreV1CinderPersistentVolumeSource = exports.CinderPersistentVolumeSource = void 0;
const base_1 = require("@kubernetes-models/base");
const IoK8sApiCoreV1CinderPersistentVolumeSource_1 = require("../_schemas/IoK8sApiCoreV1CinderPersistentVolumeSource.js");
/**
* 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 CinderPersistentVolumeSource extends base_1.Model {
}
exports.CinderPersistentVolumeSource = CinderPersistentVolumeSource;
exports.IoK8sApiCoreV1CinderPersistentVolumeSource = CinderPersistentVolumeSource;
(0, base_1.setSchema)(CinderPersistentVolumeSource, "io.k8s.api.core.v1.CinderPersistentVolumeSource", IoK8sApiCoreV1CinderPersistentVolumeSource_1.addSchema);