import { type DeploymentStrategy } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/apps@v1/mod.ts";
DeploymentStrategy describes how to replace existing pods with new ones.
Properties
optional
rollingUpdate: RollingUpdateDeployment | null