Skip to content

Commit db01f10

Browse files
update docs to show latest API version examples (#3192)
Signed-off-by: Whitney Griffith <whitney.griffith16@gmail.com>
1 parent 9fad1ae commit db01f10

33 files changed

+276
-276
lines changed

networking/v1alpha3/destination_rule.pb.go

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

networking/v1alpha3/destination_rule.pb.html

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

networking/v1alpha3/destination_rule.proto

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import "type/v1beta1/selector.proto";
3333
// ratings service would look as follows:
3434
//
3535
// ```yaml
36-
// apiVersion: networking.istio.io/v1beta1
36+
// apiVersion: networking.istio.io/v1
3737
// kind: DestinationRule
3838
// metadata:
3939
// name: bookinfo-ratings
@@ -51,7 +51,7 @@ import "type/v1beta1/selector.proto";
5151
// pods) with labels (version:v3).
5252
//
5353
// ```yaml
54-
// apiVersion: networking.istio.io/v1beta1
54+
// apiVersion: networking.istio.io/v1
5555
// kind: DestinationRule
5656
// metadata:
5757
// name: bookinfo-ratings
@@ -78,7 +78,7 @@ import "type/v1beta1/selector.proto";
7878
// traffic to the port 9080.
7979
//
8080
// ```yaml
81-
// apiVersion: networking.istio.io/v1beta1
81+
// apiVersion: networking.istio.io/v1
8282
// kind: DestinationRule
8383
// metadata:
8484
// name: bookinfo-ratings-port
@@ -101,7 +101,7 @@ import "type/v1beta1/selector.proto";
101101
// specific workload using the workloadSelector configuration.
102102
//
103103
// ```yaml
104-
// apiVersion: networking.istio.io/v1beta1
104+
// apiVersion: networking.istio.io/v1
105105
// kind: DestinationRule
106106
// metadata:
107107
// name: configure-client-mtls-dr-with-workloadselector
@@ -294,7 +294,7 @@ message TrafficPolicy {
294294
// labels (version:v3).
295295
//
296296
// ```yaml
297-
// apiVersion: networking.istio.io/v1beta1
297+
// apiVersion: networking.istio.io/v1
298298
// kind: DestinationRule
299299
// metadata:
300300
// name: bookinfo-ratings
@@ -345,7 +345,7 @@ message Subset {
345345
// for all traffic going to the ratings service.
346346
//
347347
// ```yaml
348-
// apiVersion: networking.istio.io/v1beta1
348+
// apiVersion: networking.istio.io/v1
349349
// kind: DestinationRule
350350
// metadata:
351351
// name: bookinfo-ratings
@@ -361,7 +361,7 @@ message Subset {
361361
// the User cookie as the hash key.
362362
//
363363
// ```yaml
364-
// apiVersion: networking.istio.io/v1beta1
364+
// apiVersion: networking.istio.io/v1
365365
// kind: DestinationRule
366366
// metadata:
367367
// name: bookinfo-ratings
@@ -525,7 +525,7 @@ message LoadBalancerSettings {
525525
// service called myredissrv with a connect timeout of 30ms
526526
//
527527
// ```yaml
528-
// apiVersion: networking.istio.io/v1beta1
528+
// apiVersion: networking.istio.io/v1
529529
// kind: DestinationRule
530530
// metadata:
531531
// name: bookinfo-redis
@@ -666,7 +666,7 @@ message ConnectionPoolSettings {
666666
// times with a 502, 503, or 504 error code will be ejected for 15 minutes.
667667
//
668668
// ```yaml
669-
// apiVersion: networking.istio.io/v1beta1
669+
// apiVersion: networking.istio.io/v1
670670
// kind: DestinationRule
671671
// metadata:
672672
// name: reviews-cb-policy
@@ -771,7 +771,7 @@ message OutlierDetection {
771771
// for connections to upstream database cluster.
772772
//
773773
// ```yaml
774-
// apiVersion: networking.istio.io/v1beta1
774+
// apiVersion: networking.istio.io/v1
775775
// kind: DestinationRule
776776
// metadata:
777777
// name: db-mtls
@@ -789,7 +789,7 @@ message OutlierDetection {
789789
// foreign service whose domain matches *.foo.com.
790790
//
791791
// ```yaml
792-
// apiVersion: networking.istio.io/v1beta1
792+
// apiVersion: networking.istio.io/v1
793793
// kind: DestinationRule
794794
// metadata:
795795
// name: tls-foo
@@ -804,7 +804,7 @@ message OutlierDetection {
804804
// to rating services.
805805
//
806806
// ```yaml
807-
// apiVersion: networking.istio.io/v1beta1
807+
// apiVersion: networking.istio.io/v1
808808
// kind: DestinationRule
809809
// metadata:
810810
// name: ratings-istio-mtls

networking/v1alpha3/gateway.pb.go

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

0 commit comments

Comments
 (0)