Skip to main content
Module

x/k8s/index.ts>K8sApiDeleteQuery

Deno / TypeScript Kubernetes client
Go to Latest
type alias K8sApiDeleteQuery
import { type K8sApiDeleteQuery } from "https://deno.land/x/k8s@1.26.4/index.ts";
definition: { pretty?: string; dryRun?: string; gracePeriodSeconds?: number; orphanDependents?: boolean; propagationPolicy?: string; }