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/mod.ts>MetricValueStatus

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

MetricValueStatus holds the current value for a metric

Properties

optional
averageUtilization: number | null
optional
averageValue: c.Quantity | null
optional
value: c.Quantity | null