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

x/kubernetes_apis/vpa/autoscaling.k8s.io@v1/mod.ts>VerticalPodAutoscalerCheckpoint

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface VerticalPodAutoscalerCheckpoint
import { type VerticalPodAutoscalerCheckpoint } from "https://deno.land/x/kubernetes_apis@v0.5.0/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
apiVersion: "autoscaling.k8s.io/v1"
optional
kind: "VerticalPodAutoscalerCheckpoint"
optional
metadata: MetaV1.ObjectMeta | null
optional
spec: { containerName?: string | null; vpaObjectName?: string | null; } | null
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