Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertPolicy ¶
func ConvertPolicy(in *networking.HTTPRetry, hashPolicy bool) *route.RetryPolicy
ConvertPolicy converts the given Istio retry policy to an Envoy policy.
If in is nil, DefaultPolicy is returned.
If in.Attempts == 0, returns nil.
Otherwise, the returned policy is DefaultPolicy with the following overrides:
- NumRetries: set from in.Attempts
- RetryOn, RetriableStatusCodes: set from in.RetryOn (if specified). RetriableStatusCodes is appended when encountering parts that are valid HTTP status codes.
- PerTryTimeout: set from in.PerTryTimeout (if specified)
func DefaultConsistentHashPolicy ¶
func DefaultConsistentHashPolicy() *route.RetryPolicy
DefaultConsistentHashPolicy gets a copy of the default retry policy without previous host predicate. When Consistent Hashing is enabled, we don't want to use other hosts during retries.
func DefaultPolicy ¶
func DefaultPolicy() *route.RetryPolicy
DefaultPolicy gets a copy of the default retry policy.
Types ¶
This section is empty.