Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRouteTableSelector ¶ added in v0.20.3
func NewRouteTableSelector(client gatewayv1.RouteTableClient, podNamespace string) *routeTableSelector
func NewVirtualServiceSelector ¶
func NewVirtualServiceSelector(client gatewayv1.VirtualServiceClient, namespaceLister listers.NamespaceLister, podNamespace string) *virtualServiceSelector
Types ¶
type RouteTableSelector ¶ added in v0.20.3
type RouteTableSelector interface {
SelectOrCreateRouteTable(ctx context.Context, ref *core.ResourceRef) (*gatewayv1.RouteTable, error)
}
type VirtualServiceSelector ¶
type VirtualServiceSelector interface {
SelectOrCreateVirtualService(ctx context.Context, ref *core.ResourceRef) (*gatewayv1.VirtualService, error)
}
Click to show internal directories.
Click to hide internal directories.