Skip to content

Commit

Permalink
update docs to show latest API version examples (#3209)
Browse files Browse the repository at this point in the history
Signed-off-by: Whitney Griffith <[email protected]>
  • Loading branch information
whitneygriffith authored May 22, 2024
1 parent 8eb1f4b commit 37cad47
Show file tree
Hide file tree
Showing 47 changed files with 418 additions and 418 deletions.
16 changes: 8 additions & 8 deletions networking/v1/destination_rule.pb.go

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

16 changes: 8 additions & 8 deletions networking/v1/destination_rule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ message TrafficPolicy {
// labels (version:v3).
//
// ```yaml
// apiVersion: networking.istio.io/v1beta1
// apiVersion: networking.istio.io/v1
// kind: DestinationRule
// metadata:
// name: bookinfo-ratings
Expand Down Expand Up @@ -324,7 +324,7 @@ message Subset {
// for all traffic going to the ratings service.
//
// ```yaml
// apiVersion: networking.istio.io/v1beta1
// apiVersion: networking.istio.io/v1
// kind: DestinationRule
// metadata:
// name: bookinfo-ratings
Expand All @@ -340,7 +340,7 @@ message Subset {
// the User cookie as the hash key.
//
// ```yaml
// apiVersion: networking.istio.io/v1beta1
// apiVersion: networking.istio.io/v1
// kind: DestinationRule
// metadata:
// name: bookinfo-ratings
Expand Down Expand Up @@ -502,7 +502,7 @@ message LoadBalancerSettings {
// service called myredissrv with a connect timeout of 30ms
//
// ```yaml
// apiVersion: networking.istio.io/v1beta1
// apiVersion: networking.istio.io/v1
// kind: DestinationRule
// metadata:
// name: bookinfo-redis
Expand Down Expand Up @@ -643,7 +643,7 @@ message ConnectionPoolSettings {
// times with a 502, 503, or 504 error code will be ejected for 15 minutes.
//
// ```yaml
// apiVersion: networking.istio.io/v1beta1
// apiVersion: networking.istio.io/v1
// kind: DestinationRule
// metadata:
// name: reviews-cb-policy
Expand Down Expand Up @@ -748,7 +748,7 @@ message OutlierDetection {
// for connections to upstream database cluster.
//
// ```yaml
// apiVersion: networking.istio.io/v1beta1
// apiVersion: networking.istio.io/v1
// kind: DestinationRule
// metadata:
// name: db-mtls
Expand All @@ -766,7 +766,7 @@ message OutlierDetection {
// foreign service whose domain matches *.foo.com.
//
// ```yaml
// apiVersion: networking.istio.io/v1beta1
// apiVersion: networking.istio.io/v1
// kind: DestinationRule
// metadata:
// name: tls-foo
Expand All @@ -781,7 +781,7 @@ message OutlierDetection {
// to rating services.
//
// ```yaml
// apiVersion: networking.istio.io/v1beta1
// apiVersion: networking.istio.io/v1
// kind: DestinationRule
// metadata:
// name: ratings-istio-mtls
Expand Down
6 changes: 3 additions & 3 deletions networking/v1/gateway.pb.go

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

6 changes: 3 additions & 3 deletions networking/v1/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ message Gateway {
// port. For example,
//
// ```yaml
// apiVersion: networking.istio.io/v1beta1
// apiVersion: networking.istio.io/v1
// kind: Gateway
// metadata:
// name: my-ingress
Expand All @@ -261,7 +261,7 @@ message Gateway {
// Another example
//
// ```yaml
// apiVersion: networking.istio.io/v1beta1
// apiVersion: networking.istio.io/v1
// kind: Gateway
// metadata:
// name: my-tcp-ingress
Expand All @@ -280,7 +280,7 @@ message Gateway {
// The following is an example of TLS configuration for port 443
//
// ```yaml
// apiVersion: networking.istio.io/v1beta1
// apiVersion: networking.istio.io/v1
// kind: Gateway
// metadata:
// name: my-tls-ingress
Expand Down
Loading

0 comments on commit 37cad47

Please sign in to comment.