UNPKG

kubernetes-models

Version:
15 lines (14 loc) 869 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiExtensionsV1beta1AllowedHostPath = exports.AllowedHostPath = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiExtensionsV1beta1AllowedHostPath_1 = require("../../_schemas/IoK8sApiExtensionsV1beta1AllowedHostPath.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. Deprecated: use AllowedHostPath from policy API Group instead. * @deprecated */ class AllowedHostPath extends base_1.Model { } exports.AllowedHostPath = AllowedHostPath; exports.IoK8sApiExtensionsV1beta1AllowedHostPath = AllowedHostPath; (0, base_1.setSchema)(AllowedHostPath, "io.k8s.api.extensions.v1beta1.AllowedHostPath", IoK8sApiExtensionsV1beta1AllowedHostPath_1.addSchema);