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