UNPKG

kubernetes-models

Version:
14 lines (13 loc) 767 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiPolicyV1beta1AllowedHostPath = exports.AllowedHostPath = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiPolicyV1beta1AllowedHostPath_1 = require("../../_schemas/IoK8sApiPolicyV1beta1AllowedHostPath.js"); /** * AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. */ class AllowedHostPath extends base_1.Model { } exports.AllowedHostPath = AllowedHostPath; exports.IoK8sApiPolicyV1beta1AllowedHostPath = AllowedHostPath; (0, base_1.setSchema)(AllowedHostPath, "io.k8s.api.policy.v1beta1.AllowedHostPath", IoK8sApiPolicyV1beta1AllowedHostPath_1.addSchema);