Documentation ¶
Index ¶
Constants ¶
View Source
const (
VirtualHostOptionTargetField = "virtualHostOption.targetRef"
)
Variables ¶
This section is empty.
Functions ¶
func IterateIndices ¶
Types ¶
type VirtualHostOptionQueries ¶
type VirtualHostOptionQueries interface { // GetVirtualHostOptionsForListener returns a slice of VirtualHostOption resources attached to a gateway on which // the listener resides and have either targeted the listener with section name or omitted section name. // The returned VirtualHostOption list is sorted by specificity in the order of // // - older with section name // // - newer with section name // // - older without section name // // - newer without section name // // Note that currently, only VirtualHostOptions in the same namespace as the Gateway can be attached. GetVirtualHostOptionsForListener(ctx context.Context, listener *gwv1.Listener, parentGw *gwv1.Gateway) ([]*solokubev1.VirtualHostOption, error) }
func NewQuery ¶
func NewQuery(c client.Client) VirtualHostOptionQueries
Click to show internal directories.
Click to hide internal directories.