Skip to content

Commit 7fbced6

Browse files
committed
change dash to underscore
1 parent 96dddba commit 7fbced6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

networking/v1alpha3/destination_rule.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import "gogoproto/gogo.proto";
1919

2020
// $title: Destination Rule
2121
// $description: Configuration affecting load balancing, outlier detection, etc.
22-
// $location: https://istio.io/docs/reference/config/networking/v1alpha3/destination-rule.html
22+
// $location: https://istio.io/docs/reference/config/networking/v1alpha3/destination_rule.html
2323

2424
// `DestinationRule` defines policies that apply to traffic intended for a
2525
// service after routing has occurred. These rules specify configuration
@@ -99,7 +99,7 @@ message DestinationRule {
9999
// REQUIRED. The name of a service from the service registry. Service
100100
// names are looked up from the platform's service registry (e.g.,
101101
// Kubernetes services, Consul services, etc.) and from the hosts
102-
// declared by [ServiceEntries](/docs/reference/config/networking/v1alpha3/service-entry/#ServiceEntry). Rules defined for
102+
// declared by [ServiceEntries](/docs/reference/config/networking/v1alpha3/service_entry/#ServiceEntry). Rules defined for
103103
// services that do not exist in the service registry will be ignored.
104104
//
105105
// *Note for Kubernetes users*: When short names are used (e.g. "reviews"
@@ -177,7 +177,7 @@ message TrafficPolicy {
177177

178178
// A subset of endpoints of a service. Subsets can be used for scenarios
179179
// like A/B testing, or routing to a specific version of a service. Refer
180-
// to [VirtualService](/docs/reference/config/networking/v1alpha3/virtual-service/#VirtualService) documentation for examples of using
180+
// to [VirtualService](/docs/reference/config/networking/v1alpha3/virtual_service/#VirtualService) documentation for examples of using
181181
// subsets in these scenarios. In addition, traffic policies defined at the
182182
// service-level can be overridden at a subset-level. The following rule
183183
// uses a round robin load balancing policy for all traffic going to a

networking/v1alpha3/envoy_filter.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import "google/protobuf/struct.proto";
1818

1919
// $title: Envoy Filter
2020
// $description: Configuration affecting insertion of custom envoy filters.
21-
// $location: https://istio.io/docs/reference/config/networking/v1alpha3/envoy-filter.html
21+
// $location: https://istio.io/docs/reference/config/networking/v1alpha3/envoy_filter.html
2222

2323
// `EnvoyFilter` describes Envoy proxy-specific filters that can be used to
2424
// customize the Envoy proxy configuration generated by Istio networking

networking/v1alpha3/service_entry.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import "networking/v1alpha3/gateway.proto";
1818

1919
// $title: Service Entry
2020
// $description: Configuration affecting service registry.
21-
// $location: https://istio.io/docs/reference/config/networking/v1alpha3/service-entry.html
21+
// $location: https://istio.io/docs/reference/config/networking/v1alpha3/service_entry.html
2222

2323
// `ServiceEntry` enables adding additional entries into Istio's internal
2424
// service registry, so that auto-discovered services in the mesh can

networking/v1alpha3/virtual_service.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import "google/protobuf/wrappers.proto";
1919

2020
// $title: Virtual Service
2121
// $description: Configuration affecting label/content routing, sni routing, etc.
22-
// $location: https://istio.io/docs/reference/config/networking/v1alpha3/virtual-service.html
22+
// $location: https://istio.io/docs/reference/config/networking/v1alpha3/virtual_service.html
2323

2424
// Configuration affecting traffic routing. Here are a few terms useful to define
2525
// in the context of traffic routing.
@@ -196,7 +196,7 @@ message VirtualService {
196196
// registry. Istio's service registry is composed of all the services found
197197
// in the platform's service registry (e.g., Kubernetes services, Consul
198198
// services), as well as services declared through the
199-
// [ServiceEntry](/docs/reference/config/networking/v1alpha3/service-entry/#ServiceEntry) resource.
199+
// [ServiceEntry](/docs/reference/config/networking/v1alpha3/service_entry/#ServiceEntry) resource.
200200
//
201201
// *Note for Kubernetes users*: When short names are used (e.g. "reviews"
202202
// instead of "reviews.default.svc.cluster.local"), Istio will interpret

0 commit comments

Comments
 (0)