Skip to main content
The Deno 2 Release Candidate is 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
Latest
class FlowcontrolApiserverV1beta3Api
import { FlowcontrolApiserverV1beta3Api } from "https://deno.land/x/kubernetes_apis@v0.5.2/builtin/flowcontrol.apiserver.k8s.io@v1beta3/mod.ts";

Constructors

new
FlowcontrolApiserverV1beta3Api(client: c.RestClient)

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