Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into v4alpha-upgrade-api
Browse files Browse the repository at this point in the history
  • Loading branch information
htuch committed Apr 7, 2020
2 parents b0cf282 + 9970602 commit 9bccf0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/envoy/service/ratelimit/v2/rls.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ message RateLimitResponse {
DAY = 4;
}

// A name or description of this limit.
string name = 3;

// The number of requests per unit of time.
uint32 requests_per_unit = 1;

Expand Down
3 changes: 3 additions & 0 deletions api/envoy/service/ratelimit/v3/rls.proto
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ message RateLimitResponse {
DAY = 4;
}

// A name or description of this limit.
string name = 3;

// The number of requests per unit of time.
uint32 requests_per_unit = 1;

Expand Down

0 comments on commit 9bccf0e

Please sign in to comment.