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

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

Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

Properties

optional
chapAuthDiscovery: boolean | null
optional
chapAuthSession: boolean | null
optional
fsType: string | null
optional
initiatorName: string | null
iqn: string
optional
iscsiInterface: string | null
lun: number
optional
portals: Array<string> | null
optional
readOnly: boolean | null
optional
secretRef: LocalObjectReference | null
targetPortal: string