Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeFlowSchemaV1Beta1Props

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".

schema

io.k8s.api.flowcontrol.v1beta1.FlowSchema

Hierarchy

  • KubeFlowSchemaV1Beta1Props

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.flowcontrol.v1beta1.FlowSchema#metadata

Optional Readonly spec

spec is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

schema

io.k8s.api.flowcontrol.v1beta1.FlowSchema#spec

Generated using TypeDoc