Skip to content

Commit

Permalink
remove suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Oct 23, 2024
1 parent da8028e commit 765b27c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 68 deletions.
91 changes: 37 additions & 54 deletions go/inbound/inbound.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions proto/inbound.proto
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,11 @@ message HttpLocalRateLimit {
// to. If unset no overall limit is applied.
Limit total = 1;

// Fairness for individual identities; each separate source, grouped by
// Fairness for individual identities; each separate client, grouped by
// identity, will have this rate-limit.
Limit identity = 2;

// Limit overrides for traffic from a specific sources.
// Limit overrides for traffic from a specific client.
repeated Override overrides = 3;

message Override {
Expand All @@ -261,11 +261,6 @@ message HttpLocalRateLimit {
message ClientIdentities {
// A list of literal identities.
repeated Identity identities = 1;

// A list of identity suffixes.
//
// If this contains an empty suffix, all identities are matched.
repeated IdentitySuffix suffixes = 2;
}
}

Expand Down
9 changes: 2 additions & 7 deletions src/gen/io.linkerd.proxy.inbound.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 765b27c

Please sign in to comment.