Skip to main content
Module

x/helmet/mod.ts>K8sKind

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

Members

ClusterRole = "ClusterRole"
ClusterRoleBinding = "ClusterRoleBinding"
ConfigMap = "ConfigMap"
CustomResourceDefinition = "CustomResourceDefinition"
DaemonSet = "DaemonSet"
Deployment = "Deployment"
Ingress = "Ingress"
Job = "Job"
Namespace = "Namespace"
PersistentVolume = "PersistentVolume"
PersistentVolumeClaim = "PersistentVolumeClaim"
Role = "Role"
RoleBinding = "RoleBinding"
Secret = "Secret"
Service = "Service"
ServiceAccount = "ServiceAccount"
StatefulSet = "StatefulSet"
StorageClass = "StorageClass"