Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_apis/builtin/autoscaling@v2beta1/mod.ts>PodsMetricStatus

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
interface PodsMetricStatus
import { type PodsMetricStatus } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/autoscaling@v2beta1/mod.ts";

PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).

Properties

currentAverageValue: c.Quantity
metricName: string
optional
selector: MetaV1.LabelSelector | null