Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/vpa/autoscaling.k8s.io@v1/mod.ts>AutoscalingV1Api

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
class AutoscalingV1Api
import { AutoscalingV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.1/vpa/autoscaling.k8s.io@v1/mod.ts";

Constructors

new
AutoscalingV1Api(client: c.RestClient)

Methods

getVerticalPodAutoscalerCheckpointListForAllNamespaces(opts?: operations.GetListOpts): Promise<AutoscalingV1.VerticalPodAutoscalerCheckpointList>
getVerticalPodAutoscalerListForAllNamespaces(opts?: operations.GetListOpts): Promise<AutoscalingV1.VerticalPodAutoscalerList>
watchVerticalPodAutoscalerCheckpointListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AutoscalingV1.VerticalPodAutoscalerCheckpoint>>
watchVerticalPodAutoscalerListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AutoscalingV1.VerticalPodAutoscaler>>