UNPKG

kubernetes-models

Version:
14 lines (13 loc) 850 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoreV1CinderVolumeSource = exports.CinderVolumeSource = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoreV1CinderVolumeSource_1 = require("../_schemas/IoK8sApiCoreV1CinderVolumeSource.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 CinderVolumeSource extends base_1.Model { } exports.CinderVolumeSource = CinderVolumeSource; exports.IoK8sApiCoreV1CinderVolumeSource = CinderVolumeSource; (0, base_1.setSchema)(CinderVolumeSource, "io.k8s.api.core.v1.CinderVolumeSource", IoK8sApiCoreV1CinderVolumeSource_1.addSchema);