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

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

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

Constructors

new
AutoscalingV1NamespacedApi(client: c.RestClient, namespace: string)

Methods

createVerticalPodAutoscaler(body: AutoscalingV1.VerticalPodAutoscaler, opts?: operations.PutOpts): Promise<AutoscalingV1.VerticalPodAutoscaler>
createVerticalPodAutoscalerCheckpoint(body: AutoscalingV1.VerticalPodAutoscalerCheckpoint, opts?: operations.PutOpts): Promise<AutoscalingV1.VerticalPodAutoscalerCheckpoint>
deleteVerticalPodAutoscaler(name: string, opts?: operations.DeleteOpts): Promise<AutoscalingV1.VerticalPodAutoscaler | MetaV1.Status>
deleteVerticalPodAutoscalerCheckpoint(name: string, opts?: operations.DeleteOpts): Promise<AutoscalingV1.VerticalPodAutoscalerCheckpoint | MetaV1.Status>
deleteVerticalPodAutoscalerCheckpointList(opts?: operations.DeleteListOpts): Promise<AutoscalingV1.VerticalPodAutoscalerCheckpointList>
deleteVerticalPodAutoscalerList(opts?: operations.DeleteListOpts): Promise<AutoscalingV1.VerticalPodAutoscalerList>
getVerticalPodAutoscaler(name: string, opts?: operations.NoOpts): Promise<AutoscalingV1.VerticalPodAutoscaler>
getVerticalPodAutoscalerCheckpoint(name: string, opts?: operations.NoOpts): Promise<AutoscalingV1.VerticalPodAutoscalerCheckpoint>
getVerticalPodAutoscalerCheckpointList(opts?: operations.GetListOpts): Promise<AutoscalingV1.VerticalPodAutoscalerCheckpointList>
getVerticalPodAutoscalerList(opts?: operations.GetListOpts): Promise<AutoscalingV1.VerticalPodAutoscalerList>
patchVerticalPodAutoscaler(
name: string,
type: c.PatchType,
body: AutoscalingV1.VerticalPodAutoscaler | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<AutoscalingV1.VerticalPodAutoscaler>
patchVerticalPodAutoscalerCheckpoint(
name: string,
type: c.PatchType,
body: AutoscalingV1.VerticalPodAutoscalerCheckpoint | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<AutoscalingV1.VerticalPodAutoscalerCheckpoint>
replaceVerticalPodAutoscaler(
name: string,
body: AutoscalingV1.VerticalPodAutoscaler,
opts?: operations.PutOpts,
): Promise<AutoscalingV1.VerticalPodAutoscaler>
replaceVerticalPodAutoscalerCheckpoint(
name: string,
body: AutoscalingV1.VerticalPodAutoscalerCheckpoint,
opts?: operations.PutOpts,
): Promise<AutoscalingV1.VerticalPodAutoscalerCheckpoint>
watchVerticalPodAutoscalerCheckpointList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AutoscalingV1.VerticalPodAutoscalerCheckpoint>>
watchVerticalPodAutoscalerList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AutoscalingV1.VerticalPodAutoscaler>>