Skip to main content
Module

x/helmet/mod.ts>TypeifyPatch

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

Properties

patch: (values: Record<string, unknown>) => Record<string, unknown>
optional
imports: ImportDef[]