Skip to content

Commit ad750d8

Browse files
authored
outbound: Add 'port' to resource metadata (#227)
The gateway API supports port references, especially when referencing a Service. This metadata should be included with the rest of these resource references.
1 parent afca924 commit ad750d8

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

go/meta/meta.pb.go

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

proto/meta.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ message Resource {
2626
string name = 3;
2727
string namespace = 4;
2828
string section = 5;
29+
uint32 port = 6;
2930
}

src/gen/io.linkerd.proxy.meta.rs

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

0 commit comments

Comments
 (0)