Skip to content

Commit

Permalink
outbound: Add 'port' to resource metadata (#227)
Browse files Browse the repository at this point in the history
The gateway API supports port references, especially when referencing a
Service. This metadata should be included with the rest of these
resource references.
  • Loading branch information
olix0r committed Apr 4, 2023
1 parent afca924 commit ad750d8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
20 changes: 15 additions & 5 deletions go/meta/meta.pb.go

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

1 change: 1 addition & 0 deletions proto/meta.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ message Resource {
string name = 3;
string namespace = 4;
string section = 5;
uint32 port = 6;
}
2 changes: 2 additions & 0 deletions src/gen/io.linkerd.proxy.meta.rs

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

0 comments on commit ad750d8

Please sign in to comment.