Skip to content

Commit 28a9f99

Browse files
committed
fix comments
1 parent a2a315c commit 28a9f99

File tree

3 files changed

+49
-84
lines changed

3 files changed

+49
-84
lines changed

proto/inbound.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,8 @@ message Identity { string name = 1; }
178178
// "bar"]` is equivalent to "foo.bar." (matching `*.foo.bar`), etc.
179179
message IdentitySuffix { repeated string parts = 1; }
180180

181-
// Inbound-specific HTTP route configuration (based on the [Gateway API][api]).
182-
//
183-
// [api]: https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.HTTPRoute
181+
// Inbound-specific HTTP route configuration (based on the
182+
// [Gateway API](https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.HTTPRoute)).
184183
message HttpRoute {
185184
io.linkerd.proxy.meta.Metadata metadata = 1;
186185

proto/outbound.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,8 @@ message ProxyProtocol {
9595
}
9696
}
9797

98-
// Outbound-specific HTTP route configuration (based on the [Gateway API][api]).
99-
//
100-
// [api]: https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.HTTPRoute
98+
// Outbound-specific HTTP route configuration (based on the
99+
// [Gateway API](https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.HTTPRoute)).
101100
message HttpRoute {
102101
io.linkerd.proxy.meta.Metadata metadata = 1;
103102

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

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

0 commit comments

Comments
 (0)