import { type ReplicaSet } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/apps@v1/mod.ts";
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
Properties
optional
spec: ReplicaSetSpec | nulloptional
status: ReplicaSetStatus | null