FlowSchema [api_object]ai-synthesized · conf 0.82
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".
flowcontrol
FlowSchema is an object in Kubernetes that defines the structure of a flow.
Why it matters This schema provides a way to describe and manage complex traffic flows within the cluster.
Key facts - It contains fields for specifying the flow's source, destination, and protocol - The schema is used by the FlowControl admission controller
Related FlowControl, Traffic Flows
Sources
swagger.json — “io.k8s.api.flowcontrol.v1.FlowSchema”