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

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

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

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.

VolumeAttachment objects are non-namespaced.

Properties

optional
apiVersion: "storage.k8s.io/v1"
optional
kind: "VolumeAttachment"
optional
metadata: MetaV1.ObjectMeta | null
optional
status: VolumeAttachmentStatus | null