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

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

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface PodsMetricSource
import { type PodsMetricSource } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/autoscaling@v2/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.