Skip to main content
Module

x/helmet/mod.ts>createK8sCephStaticPv

Type-safe Helm - the right way to do Infrastructure as Code in Kubernetes
Go to Latest
function createK8sCephStaticPv
import { createK8sCephStaticPv } from "https://deno.land/x/helmet@1.16.9/mod.ts";

Parameters

unnamed 0: { name: string; size: string; ceph: CephPvContext; volumeHandle?: string; accessModes?: K8sPersistentVolumeAccessMode[]; fsType?: "ext4" | "xfs"; pool?: string; volumeMode?: "Filesystem" | "Block"; }