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

x/kubernetes_apis/builtin/storage.k8s.io@v1/structs.ts>VolumeAttachmentSource

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

VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.

Properties

optional
inlineVolumeSpec: CoreV1.PersistentVolumeSpec | null
optional
persistentVolumeName: string | null