import { SchedulingV1alpha1Api } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/scheduling.k8s.io@v1alpha1/mod.ts";
Methods
createPriorityClass(body: SchedulingV1alpha1.PriorityClass, opts?: operations.PutOpts)
deletePriorityClass(name: string, opts?: operations.DeleteOpts)
deletePriorityClassList(opts?: operations.DeleteListOpts)
getPriorityClass(name: string, opts?: operations.NoOpts)
getPriorityClassList(opts?: operations.GetListOpts)
patchPriorityClass()
name: string,
type: c.PatchType,
body: SchedulingV1alpha1.PriorityClass | c.JsonPatch,
opts?: operations.PatchOpts,
replacePriorityClass()
name: string,
body: SchedulingV1alpha1.PriorityClass,
opts?: operations.PutOpts,
watchPriorityClassList(opts?: operations.WatchListOpts)