UNPKG

kubernetes-models

Version:
14 lines (13 loc) 738 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoreV1FCVolumeSource = exports.FCVolumeSource = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoreV1FCVolumeSource_1 = require("../_schemas/IoK8sApiCoreV1FCVolumeSource.js"); /** * Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling. */ class FCVolumeSource extends base_1.Model { } exports.FCVolumeSource = FCVolumeSource; exports.IoK8sApiCoreV1FCVolumeSource = FCVolumeSource; (0, base_1.setSchema)(FCVolumeSource, "io.k8s.api.core.v1.FCVolumeSource", IoK8sApiCoreV1FCVolumeSource_1.addSchema);