UNPKG

kubernetes-models

Version:
10 lines (9 loc) 435 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../../_schemas/IoK8sApiAutoscalingV2MetricTarget.mjs"; /** * MetricTarget defines the target value, average value, or average utilization of a specific metric */ export class MetricTarget extends Model { } setSchema(MetricTarget, "io.k8s.api.autoscaling.v2.MetricTarget", addSchema); export { MetricTarget as IoK8sApiAutoscalingV2MetricTarget };