Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_apis/builtin/flowcontrol.apiserver.k8s.io@v1beta3/mod.ts>FlowcontrolApiserverV1beta3Api

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
class FlowcontrolApiserverV1beta3Api
import { FlowcontrolApiserverV1beta3Api } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/flowcontrol.apiserver.k8s.io@v1beta3/mod.ts";

Constructors

new
FlowcontrolApiserverV1beta3Api(client: c.RestClient)

Methods

createFlowSchema(body: FlowcontrolApiserverV1beta3.FlowSchema, opts?: operations.PutOpts)
createPriorityLevelConfiguration(body: FlowcontrolApiserverV1beta3.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: FlowcontrolApiserverV1beta3.FlowSchema | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchFlowSchemaStatus(
name: string,
type: c.PatchType,
body: FlowcontrolApiserverV1beta3.FlowSchema | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchPriorityLevelConfiguration(
name: string,
type: c.PatchType,
body: FlowcontrolApiserverV1beta3.PriorityLevelConfiguration | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchPriorityLevelConfigurationStatus(
name: string,
type: c.PatchType,
body: FlowcontrolApiserverV1beta3.PriorityLevelConfiguration | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceFlowSchema(
name: string,
body: FlowcontrolApiserverV1beta3.FlowSchema,
opts?: operations.PutOpts,
)
replaceFlowSchemaStatus(
name: string,
body: FlowcontrolApiserverV1beta3.FlowSchema,
opts?: operations.PutOpts,
)
replacePriorityLevelConfiguration(
name: string,
body: FlowcontrolApiserverV1beta3.PriorityLevelConfiguration,
opts?: operations.PutOpts,
)
replacePriorityLevelConfigurationStatus(
name: string,
body: FlowcontrolApiserverV1beta3.PriorityLevelConfiguration,
opts?: operations.PutOpts,
)
watchFlowSchemaList(opts?: operations.WatchListOpts)
watchPriorityLevelConfigurationList(opts?: operations.WatchListOpts)