import { type FlowSchema } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/flowcontrol.apiserver.k8s.io@v1beta2/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
spec: FlowSchemaSpec | nulloptional
status: FlowSchemaStatus | null