import { FlowcontrolApiserverV1beta2Api } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/flowcontrol.apiserver.k8s.io@v1beta2/mod.ts";
Methods
createFlowSchema(body: FlowcontrolApiserverV1beta2.FlowSchema, opts?: operations.PutOpts)
createPriorityLevelConfiguration(body: FlowcontrolApiserverV1beta2.PriorityLevelConfiguration, opts?: operations.PutOpts)
deleteFlowSchema(name: string, opts?: operations.DeleteOpts)
deleteFlowSchemaList(opts?: operations.DeleteListOpts)
deletePriorityLevelConfiguration(name: string, opts?: operations.DeleteOpts)
deletePriorityLevelConfigurationList(opts?: operations.DeleteListOpts)
getFlowSchema(name: string, opts?: operations.NoOpts)
getFlowSchemaList(opts?: operations.GetListOpts)
getFlowSchemaStatus(name: string, opts?: operations.NoOpts)
getPriorityLevelConfiguration(name: string, opts?: operations.NoOpts)
getPriorityLevelConfigurationList(opts?: operations.GetListOpts)
getPriorityLevelConfigurationStatus(name: string, opts?: operations.NoOpts)
patchFlowSchema()
name: string,
type: c.PatchType,
body: FlowcontrolApiserverV1beta2.FlowSchema | c.JsonPatch,
opts?: operations.PatchOpts,
patchFlowSchemaStatus()
name: string,
type: c.PatchType,
body: FlowcontrolApiserverV1beta2.FlowSchema | c.JsonPatch,
opts?: operations.PatchOpts,
patchPriorityLevelConfiguration()
name: string,
type: c.PatchType,
body: FlowcontrolApiserverV1beta2.PriorityLevelConfiguration | c.JsonPatch,
opts?: operations.PatchOpts,
patchPriorityLevelConfigurationStatus()
name: string,
type: c.PatchType,
body: FlowcontrolApiserverV1beta2.PriorityLevelConfiguration | c.JsonPatch,
opts?: operations.PatchOpts,
replaceFlowSchema()
name: string,
body: FlowcontrolApiserverV1beta2.FlowSchema,
opts?: operations.PutOpts,
replaceFlowSchemaStatus()
name: string,
body: FlowcontrolApiserverV1beta2.FlowSchema,
opts?: operations.PutOpts,
replacePriorityLevelConfiguration()
name: string,
body: FlowcontrolApiserverV1beta2.PriorityLevelConfiguration,
opts?: operations.PutOpts,
replacePriorityLevelConfigurationStatus()
name: string,
body: FlowcontrolApiserverV1beta2.PriorityLevelConfiguration,
opts?: operations.PutOpts,
watchFlowSchemaList(opts?: operations.WatchListOpts)
watchPriorityLevelConfigurationList(opts?: operations.WatchListOpts)