import { type VolumeProjection } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/core@v1/structs.ts";
Projection that may be projected along with other supported volume types
Properties
optional
configMap: ConfigMapProjection | nulloptional
downwardAPI: DownwardAPIProjection | nulloptional
secret: SecretProjection | nulloptional
serviceAccountToken: ServiceAccountTokenProjection | null