Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouteContext ¶
type RouteContext struct { // top-level HTTPRoute Route *gwv1.HTTPRoute // specific Rule of the HTTPRoute being processed Rule *gwv1.HTTPRouteRule // specific Match of the Rule being processed (as there may be multiple Matches per Rule) Match *gwv1.HTTPRouteMatch // Reporter for the correct ParentRef associated with this HTTPRoute Reporter reports.ParentRefReporter }
type RoutePlugin ¶
Click to show internal directories.
Click to hide internal directories.