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

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

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

ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.

Properties

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