Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Volume represents a named volume in a pod that may be accessed by any container in the pod.

Properties

optional
awsElasticBlockStore: AWSElasticBlockStoreVolumeSource | null
optional
azureDisk: AzureDiskVolumeSource | null
optional
azureFile: AzureFileVolumeSource | null
optional
cephfs: CephFSVolumeSource | null
optional
cinder: CinderVolumeSource | null
optional
configMap: ConfigMapVolumeSource | null
optional
csi: CSIVolumeSource | null
optional
downwardAPI: DownwardAPIVolumeSource | null
optional
emptyDir: EmptyDirVolumeSource | null
optional
ephemeral: EphemeralVolumeSource | null
optional
fc: FCVolumeSource | null
optional
flexVolume: FlexVolumeSource | null
optional
flocker: FlockerVolumeSource | null
optional
gcePersistentDisk: GCEPersistentDiskVolumeSource | null
optional
gitRepo: GitRepoVolumeSource | null
optional
glusterfs: GlusterfsVolumeSource | null
optional
hostPath: HostPathVolumeSource | null
optional
iscsi: ISCSIVolumeSource | null
name: string
optional
nfs: NFSVolumeSource | null
optional
persistentVolumeClaim: PersistentVolumeClaimVolumeSource | null
optional
photonPersistentDisk: PhotonPersistentDiskVolumeSource | null
optional
portworxVolume: PortworxVolumeSource | null
optional
projected: ProjectedVolumeSource | null
optional
quobyte: QuobyteVolumeSource | null
optional
rbd: RBDVolumeSource | null
optional
scaleIO: ScaleIOVolumeSource | null
optional
secret: SecretVolumeSource | null
optional
storageos: StorageOSVolumeSource | null
optional
vsphereVolume: VsphereVirtualDiskVolumeSource | null