Skip to main content
Module

x/helmet/mod.ts>HelmetChartInstance

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

Properties

name: string
namespace: string
version: string
labels: { [key: string]: string; }
resources: K8sResource[]
crds: K8sCrd[]