import { type HostPathVolumeSource } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.ts";
Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.
x/kubernetes_apis/builtin/core@v1/structs.ts>HostPathVolumeSource
import { type HostPathVolumeSource } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.ts";
Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.