Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.0/vpa/autoscaling.k8s.io@v1/mod.ts";

Constructors

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

Methods

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