import { type DownwardAPIProjection } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/mod.ts";
Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.
Properties
optional
items: Array<DownwardAPIVolumeFile> | null