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

x/kubernetes_apis/builtin/apps@v1/mod.ts>DaemonSetUpdateStrategy

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface DaemonSetUpdateStrategy
import { type DaemonSetUpdateStrategy } from "https://deno.land/x/kubernetes_apis@v0.5.2/builtin/apps@v1/mod.ts";

DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

Properties

optional
rollingUpdate: RollingUpdateDaemonSet | null
optional
type: string | null