import { AutoscalingV2NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/autoscaling@v2/mod.ts";
Methods
createHorizontalPodAutoscaler(body: AutoscalingV2.HorizontalPodAutoscaler, opts?: operations.PutOpts): Promise<AutoscalingV2.HorizontalPodAutoscaler>
deleteHorizontalPodAutoscaler(name: string, opts?: operations.DeleteOpts): Promise<AutoscalingV2.HorizontalPodAutoscaler | MetaV1.Status>
deleteHorizontalPodAutoscalerList(opts?: operations.DeleteListOpts): Promise<AutoscalingV2.HorizontalPodAutoscalerList>
getHorizontalPodAutoscaler(name: string, opts?: operations.NoOpts): Promise<AutoscalingV2.HorizontalPodAutoscaler>
getHorizontalPodAutoscalerList(opts?: operations.GetListOpts): Promise<AutoscalingV2.HorizontalPodAutoscalerList>
getHorizontalPodAutoscalerStatus(name: string, opts?: operations.NoOpts): Promise<AutoscalingV2.HorizontalPodAutoscaler>
patchHorizontalPodAutoscaler(): Promise<AutoscalingV2.HorizontalPodAutoscaler>
name: string,
type: c.PatchType,
body: AutoscalingV2.HorizontalPodAutoscaler | c.JsonPatch,
opts?: operations.PatchOpts,
patchHorizontalPodAutoscalerStatus(): Promise<AutoscalingV2.HorizontalPodAutoscaler>
name: string,
type: c.PatchType,
body: AutoscalingV2.HorizontalPodAutoscaler | c.JsonPatch,
opts?: operations.PatchOpts,
replaceHorizontalPodAutoscaler(): Promise<AutoscalingV2.HorizontalPodAutoscaler>
name: string,
body: AutoscalingV2.HorizontalPodAutoscaler,
opts?: operations.PutOpts,
replaceHorizontalPodAutoscalerStatus(): Promise<AutoscalingV2.HorizontalPodAutoscaler>
name: string,
body: AutoscalingV2.HorizontalPodAutoscaler,
opts?: operations.PutOpts,
watchHorizontalPodAutoscalerList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AutoscalingV2.HorizontalPodAutoscaler>>