UNPKG

kubernetes-models

Version:
14 lines (13 loc) 757 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoreV1HostPathVolumeSource = exports.HostPathVolumeSource = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoreV1HostPathVolumeSource_1 = require("../_schemas/IoK8sApiCoreV1HostPathVolumeSource.js"); /** * Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling. */ class HostPathVolumeSource extends base_1.Model { } exports.HostPathVolumeSource = HostPathVolumeSource; exports.IoK8sApiCoreV1HostPathVolumeSource = HostPathVolumeSource; (0, base_1.setSchema)(HostPathVolumeSource, "io.k8s.api.core.v1.HostPathVolumeSource", IoK8sApiCoreV1HostPathVolumeSource_1.addSchema);