Documentation ¶
Index ¶
Constants ¶
View Source
const (
RouteOptionTargetField = "routeOption.targetRef"
)
Variables ¶
This section is empty.
Functions ¶
func IterateIndices ¶
Types ¶
type RouteOptionQueries ¶
type RouteOptionQueries interface { // Populates the provided RouteOptionList with the RouteOption resources attached to the provided HTTPRoute. // Note that currently, only RouteOptions in the same namespace as the HTTPRoute can be attached. GetRouteOptionsForRoute(ctx context.Context, route *gwv1.HTTPRoute, list *solokubev1.RouteOptionList) error }
func NewQuery ¶
func NewQuery(c client.Client) RouteOptionQueries
Click to show internal directories.
Click to hide internal directories.