import { type SecretEnvSource } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/mod.ts";
SecretEnvSource selects a Secret to populate the environment variables with.
The contents of the target Secret's Data field will represent the key-value pairs as environment variables.