UNPKG

kubernetes-models

Version:
14 lines (13 loc) 762 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoreV1QuobyteVolumeSource = exports.QuobyteVolumeSource = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoreV1QuobyteVolumeSource_1 = require("../_schemas/IoK8sApiCoreV1QuobyteVolumeSource.js"); /** * Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling. */ class QuobyteVolumeSource extends base_1.Model { } exports.QuobyteVolumeSource = QuobyteVolumeSource; exports.IoK8sApiCoreV1QuobyteVolumeSource = QuobyteVolumeSource; (0, base_1.setSchema)(QuobyteVolumeSource, "io.k8s.api.core.v1.QuobyteVolumeSource", IoK8sApiCoreV1QuobyteVolumeSource_1.addSchema);