import { type DeploymentStatus } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/apps@v1/structs.ts";
DeploymentStatus is the most recently observed status of the Deployment.
Properties
optional
conditions: Array<DeploymentCondition> | null