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>AutoscalingV2NamespacedApi

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

Constructors

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

Methods

createHorizontalPodAutoscaler(body: AutoscalingV2.HorizontalPodAutoscaler, opts?: operations.PutOpts)
deleteHorizontalPodAutoscaler(name: string, opts?: operations.DeleteOpts)
deleteHorizontalPodAutoscalerList(opts?: operations.DeleteListOpts)
getHorizontalPodAutoscaler(name: string, opts?: operations.NoOpts)
getHorizontalPodAutoscalerList(opts?: operations.GetListOpts)
getHorizontalPodAutoscalerStatus(name: string, opts?: operations.NoOpts)
patchHorizontalPodAutoscaler(
name: string,
type: c.PatchType,
body: AutoscalingV2.HorizontalPodAutoscaler | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchHorizontalPodAutoscalerStatus(
name: string,
type: c.PatchType,
body: AutoscalingV2.HorizontalPodAutoscaler | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceHorizontalPodAutoscaler(
name: string,
body: AutoscalingV2.HorizontalPodAutoscaler,
opts?: operations.PutOpts,
)
replaceHorizontalPodAutoscalerStatus(
name: string,
body: AutoscalingV2.HorizontalPodAutoscaler,
opts?: operations.PutOpts,
)
watchHorizontalPodAutoscalerList(opts?: operations.WatchListOpts)