Skip to main content
Module

x/helmet/mod.ts>createK8sCephStaticPvc

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

Parameters

unnamed 0: { name: string; storageRequestSize: string; ceph: Pick<CephPvContext, "csiRbdStorageClass">; accessModes?: K8sPersistentVolumeAccessMode[]; volumeName?: string; }