import { type StatefulSetUpdateStrategy } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/apps@v1/structs.ts";
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
Properties
optional
rollingUpdate: RollingUpdateStatefulSetStrategy | null