Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface VolumeAttachmentSource
import { type VolumeAttachmentSource } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/storage.k8s.io@v1/mod.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