Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_apis/builtin/apps@v1/structs.ts>StatefulSetStatus

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

StatefulSetStatus represents the current state of a StatefulSet.

Properties

optional
availableReplicas: number | null
optional
collisionCount: number | null
optional
conditions: Array<StatefulSetCondition> | null
optional
currentReplicas: number | null
optional
currentRevision: string | null
optional
observedGeneration: number | null
optional
readyReplicas: number | null
replicas: number
optional
updateRevision: string | null
optional
updatedReplicas: number | null