kubernetes/pkg/registry/flowcontrol/ensurer/flowschema.go

func NewFlowSchemaOps(client flowcontrolclient.FlowSchemaInterface, cache flowcontrollisters.FlowSchemaLister) ObjectOps[*flowcontrolv1.FlowSchema] {}

func flowSchemaReplaceSpec(into, from *flowcontrolv1.FlowSchema) *flowcontrolv1.FlowSchema {}

func flowSchemaSpecEqual(expected, actual *flowcontrolv1.FlowSchema) bool {}