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/mod.ts>AWSElasticBlockStoreVolumeSource

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

Represents a Persistent Disk resource in AWS.

An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.

Properties

optional
fsType: string | null
optional
partition: number | null
optional
readOnly: boolean | null
volumeID: string