import { AutoscalingV1NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/autoscaling@v1/mod.ts";
Methods
createHorizontalPodAutoscaler(body: AutoscalingV1.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: AutoscalingV1.HorizontalPodAutoscaler | c.JsonPatch,
opts?: operations.PatchOpts,
patchHorizontalPodAutoscalerStatus()
name: string,
type: c.PatchType,
body: AutoscalingV1.HorizontalPodAutoscaler | c.JsonPatch,
opts?: operations.PatchOpts,
replaceHorizontalPodAutoscaler()
name: string,
body: AutoscalingV1.HorizontalPodAutoscaler,
opts?: operations.PutOpts,
replaceHorizontalPodAutoscalerStatus()
name: string,
body: AutoscalingV1.HorizontalPodAutoscaler,
opts?: operations.PutOpts,
watchHorizontalPodAutoscalerList(opts?: operations.WatchListOpts)