Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_apis/builtin/core@v1/structs.ts>VolumeProjection

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface VolumeProjection
import { type VolumeProjection } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.ts";

Projection that may be projected along with other supported volume types

Properties

optional
clusterTrustBundle: ClusterTrustBundleProjection | null
optional
configMap: ConfigMapProjection | null
optional
downwardAPI: DownwardAPIProjection | null
optional
secret: SecretProjection | null
optional
serviceAccountToken: ServiceAccountTokenProjection | null