Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/flowcontrol.apiserver.k8s.io@v1/mod.ts>FlowcontrolApiserverV1Api

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

Constructors

new
FlowcontrolApiserverV1Api(client: c.RestClient)

Methods

createFlowSchema(body: FlowcontrolApiserverV1.FlowSchema, opts?: operations.PutOpts): Promise<FlowcontrolApiserverV1.FlowSchema>
createPriorityLevelConfiguration(body: FlowcontrolApiserverV1.PriorityLevelConfiguration, opts?: operations.PutOpts): Promise<FlowcontrolApiserverV1.PriorityLevelConfiguration>
deleteFlowSchema(name: string, opts?: operations.DeleteOpts): Promise<FlowcontrolApiserverV1.FlowSchema | MetaV1.Status>
deleteFlowSchemaList(opts?: operations.DeleteListOpts): Promise<FlowcontrolApiserverV1.FlowSchemaList>
deletePriorityLevelConfiguration(name: string, opts?: operations.DeleteOpts): Promise<FlowcontrolApiserverV1.PriorityLevelConfiguration | MetaV1.Status>
deletePriorityLevelConfigurationList(opts?: operations.DeleteListOpts): Promise<FlowcontrolApiserverV1.PriorityLevelConfigurationList>
getFlowSchema(name: string, opts?: operations.NoOpts): Promise<FlowcontrolApiserverV1.FlowSchema>
getFlowSchemaList(opts?: operations.GetListOpts): Promise<FlowcontrolApiserverV1.FlowSchemaList>
getFlowSchemaStatus(name: string, opts?: operations.NoOpts): Promise<FlowcontrolApiserverV1.FlowSchema>
getPriorityLevelConfiguration(name: string, opts?: operations.NoOpts): Promise<FlowcontrolApiserverV1.PriorityLevelConfiguration>
getPriorityLevelConfigurationList(opts?: operations.GetListOpts): Promise<FlowcontrolApiserverV1.PriorityLevelConfigurationList>
getPriorityLevelConfigurationStatus(name: string, opts?: operations.NoOpts): Promise<FlowcontrolApiserverV1.PriorityLevelConfiguration>
patchFlowSchema(
name: string,
type: c.PatchType,
body: FlowcontrolApiserverV1.FlowSchema | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<FlowcontrolApiserverV1.FlowSchema>
patchFlowSchemaStatus(
name: string,
type: c.PatchType,
body: FlowcontrolApiserverV1.FlowSchema | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<FlowcontrolApiserverV1.FlowSchema>
patchPriorityLevelConfiguration(
name: string,
type: c.PatchType,
body: FlowcontrolApiserverV1.PriorityLevelConfiguration | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<FlowcontrolApiserverV1.PriorityLevelConfiguration>
patchPriorityLevelConfigurationStatus(
name: string,
type: c.PatchType,
body: FlowcontrolApiserverV1.PriorityLevelConfiguration | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<FlowcontrolApiserverV1.PriorityLevelConfiguration>
replaceFlowSchema(
name: string,
body: FlowcontrolApiserverV1.FlowSchema,
opts?: operations.PutOpts,
): Promise<FlowcontrolApiserverV1.FlowSchema>
replaceFlowSchemaStatus(
name: string,
body: FlowcontrolApiserverV1.FlowSchema,
opts?: operations.PutOpts,
): Promise<FlowcontrolApiserverV1.FlowSchema>
replacePriorityLevelConfiguration(
name: string,
body: FlowcontrolApiserverV1.PriorityLevelConfiguration,
opts?: operations.PutOpts,
): Promise<FlowcontrolApiserverV1.PriorityLevelConfiguration>
replacePriorityLevelConfigurationStatus(
name: string,
body: FlowcontrolApiserverV1.PriorityLevelConfiguration,
opts?: operations.PutOpts,
): Promise<FlowcontrolApiserverV1.PriorityLevelConfiguration>
watchFlowSchemaList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<FlowcontrolApiserverV1.FlowSchema>>
watchPriorityLevelConfigurationList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<FlowcontrolApiserverV1.PriorityLevelConfiguration>>