Skip to main content
Module

x/helmet/mod.ts>K8sImagePullPolicy

Type-safe Helm - the right way to do Infrastructure as Code in Kubernetes
Go to Latest
type alias K8sImagePullPolicy
import { type K8sImagePullPolicy } from "https://deno.land/x/helmet@1.21.7/mod.ts";
definition: "Always" | "Never" | "IfNotPresent"