Skip to content

Commit b18fe7e

Browse files
committed
address comment
1 parent fcb1926 commit b18fe7e

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

networking/v1alpha3/destination_rule.pb.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.pb.html

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,11 @@ message TrafficPolicy {
295295
// +kubebuilder:validation:Minimum=0
296296
google.protobuf.DoubleValue percent = 1;
297297
// Specifies the minimum retry concurrency allowed for the retry budget.
298+
// For example, a budget of 20% with a minimum retry concurrency of 3
299+
// will allow 5 active retries while there are 25 active requests.
300+
// If there are 2 active requests, there are still 3 active retries
301+
// allowed because of the minimum retry concurrency.
302+
//
298303
// Defaults to 3.
299304
//
300305
uint32 min_retry_concurrency = 2;

0 commit comments

Comments
 (0)