Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/operations.ts>PatchOpts

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface PatchOpts
import { type PatchOpts } from "https://deno.land/x/kubernetes_apis@v0.5.1/operations.ts";

Properties

optional
dryRun: string
optional
fieldManager: string
optional
fieldValidation: string
optional
force: boolean
optional
abortSignal: AbortSignal