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

x/kubernetes_apis/builtin/autoscaling@v2beta1/structs.ts>PodsMetricSource

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

PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.

Properties

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