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

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

Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.

Properties

optional
fsType: string | null
optional
lun: number | null
optional
readOnly: boolean | null
optional
targetWWNs: Array<string> | null
optional
wwids: Array<string> | null