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

x/kubernetes_apis/builtin/flowcontrol.apiserver.k8s.io@v1beta3/structs.ts>FlowSchema

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface FlowSchema
import { type FlowSchema } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/flowcontrol.apiserver.k8s.io@v1beta3/structs.ts";

FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".

Properties

optional
apiVersion: "flowcontrol.apiserver.k8s.io/v1beta3"
optional
kind: "FlowSchema"
optional
metadata: MetaV1.ObjectMeta | null
optional
spec: FlowSchemaSpec | null
optional
status: FlowSchemaStatus | null