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>AzureDiskVolumeSource

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

AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.

Properties

optional
cachingMode: string | null
diskName: string
diskURI: string
optional
fsType: string | null
optional
kind: string | null
optional
readOnly: boolean | null