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

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

Represents a Persistent Disk resource in Google Compute Engine.

A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.

Properties

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