UNPKG

kubernetes-models

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