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