UNPKG

kubernetes-models

Version:
11 lines (10 loc) 589 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../../_schemas/IoK8sApiExtensionsV1beta1AllowedHostPath.mjs"; /** * 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 */ export class AllowedHostPath extends Model { } setSchema(AllowedHostPath, "io.k8s.api.extensions.v1beta1.AllowedHostPath", addSchema); export { AllowedHostPath as IoK8sApiExtensionsV1beta1AllowedHostPath };