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