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

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

Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

Properties

optional
fsType: string | null
image: string
optional
keyring: string | null
monitors: Array<string>
optional
pool: string | null
optional
readOnly: boolean | null
optional
secretRef: SecretReference | null
optional
user: string | null