Versions in this module Expand all Collapse all v1 v1.4.1 Sep 11, 2020 Changes in this version + var SupportedRetryOnPolicies = map[string]bool + func ConvertHTTPMatchRequestsPointers(mrs []*v1alpha3.HTTPMatchRequest) []v1alpha3.HTTPMatchRequest + func ParseDestination(d string) (v1alpha3.Destination, error) + func ParseDestinations(ds []string) ([]v1alpha3.Destination, error) + func ParseHTTPRequestMatch(matches []string) (*v1alpha3.HTTPMatchRequest, error) + func ParseHTTPRequestMatches(matchGroups []string) ([]*v1alpha3.HTTPMatchRequest, error) + func ParseWeights(weights string) ([]int, error) + type Destination v1alpha3.Destination + func (d Destination) String() string + type HTTPMatchRequest v1alpha3.HTTPMatchRequest + func (r HTTPMatchRequest) String() string + type HTTPMatchRequests []v1alpha3.HTTPMatchRequest + func (r HTTPMatchRequests) String() string + type HTTPRedirect v1alpha3.HTTPRedirect + func (r HTTPRedirect) String() string + type HTTPRetry v1alpha3.HTTPRetry + func (r HTTPRetry) String() string + type HTTPRewrite v1alpha3.HTTPRewrite + func (r HTTPRewrite) String() string + type HTTPRoute v1alpha3.HTTPRoute + type HTTPRouteDestination v1alpha3.HTTPRouteDestination + func (d HTTPRouteDestination) String() string + type HTTPRouteDestinations []HTTPRouteDestination + func (ds HTTPRouteDestinations) String() string + type HTTPRoutes []v1alpha3.HTTPRoute + func (r HTTPRoutes) GetMatchedRoute(matches []*v1alpha3.HTTPMatchRequest) *v1alpha3.HTTPRoute + type StringMatch v1alpha1.StringMatch + func (r StringMatch) String() string + type Timeout string + func (t Timeout) String() string