Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
148 changes: 47 additions & 101 deletions networking/v1alpha3/gateway.pb.go

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

10 changes: 0 additions & 10 deletions networking/v1alpha3/gateway.pb.html

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

6 changes: 2 additions & 4 deletions networking/v1alpha3/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,8 @@ message Server {
// https, and the TLS modes to use.
TLSOptions tls = 3;

// The loopback IP endpoint or Unix domain socket to which traffic should
// be forwarded to by default. Format should be `127.0.0.1:PORT` or
// `unix:///path/to/socket` or `unix://@foobar` (Linux abstract namespace).
string default_endpoint = 5;
reserved 5;
reserved "default_endpoint";
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this stale? this is implemented right? if not, my bad as I forgot about implementing this. This needs to be implemented.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is no implemented now.

}

// Port describes the properties of a specific port of a service.
Expand Down
11 changes: 6 additions & 5 deletions proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3838,13 +3838,14 @@
"id": 3,
"name": "tls",
"type": "TLSOptions"
},
{
"id": 5,
"name": "default_endpoint",
"type": "string"
}
],
"reserved_ids": [
5
],
"reserved_names": [
"default_endpoint"
],
"messages": [
{
"name": "TLSOptions",
Expand Down
27 changes: 10 additions & 17 deletions python/istio_api/networking/v1alpha3/gateway_pb2.py

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