import { type VerticalPodAutoscalerCheckpoint } from "https://deno.land/x/kubernetes_apis@v0.5.3/vpa/autoscaling.k8s.io@v1/mod.ts";
VerticalPodAutoscalerCheckpoint is the checkpoint of the internal state of VPA that is used for recovery after recommender's restart.
Properties
optional
status: { cpuHistogram?: { bucketWeights?: c.JSONValue | null; referenceTimestamp?: c.Time | null; totalWeight?: number | null; } | null; firstSampleStart?: c.Time | null; lastSampleStart?: c.Time | null; lastUpdateTime?: c.Time | null; memoryHistogram?: { bucketWeights?: c.JSONValue | null; referenceTimestamp?: c.Time | null; totalWeight?: number | null; } | null; totalSamplesCount?: number | null; version?: string | null; } | null