1
- // proto: https://github.com/istio/api/blob/master/networking/v1alpha3 /destination_rule.pb.go
2
- package v1alpha3
1
+ // proto: https://github.com/istio/api/blob/master/networking/v1beta1 /destination_rule.pb.go
2
+ package v1beta1
3
3
4
4
import (
5
5
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@@ -21,7 +21,7 @@ type DestinationRule struct {
21
21
// balancing pool. For example, a simple load balancing policy for the
22
22
// ratings service would look as follows:
23
23
//
24
- // apiVersion: networking.istio.io/v1alpha3
24
+ // apiVersion: networking.istio.io/v1beta1
25
25
// kind: DestinationRule
26
26
// metadata:
27
27
//
@@ -40,7 +40,7 @@ type DestinationRule struct {
40
40
// going to a subset named testversion that is composed of endpoints (e.g.,
41
41
// pods) with labels (version:v3).
42
42
//
43
- // apiVersion: networking.istio.io/v1alpha3
43
+ // apiVersion: networking.istio.io/v1beta1
44
44
// kind: DestinationRule
45
45
// metadata:
46
46
//
@@ -68,7 +68,7 @@ type DestinationRule struct {
68
68
// traffic to port 80, while uses a round robin load balancing setting for
69
69
// traffic to the port 9080.
70
70
//
71
- // apiVersion: networking.istio.io/v1alpha3
71
+ // apiVersion: networking.istio.io/v1beta1
72
72
// kind: DestinationRule
73
73
// metadata:
74
74
//
@@ -172,7 +172,7 @@ type PortTrafficPolicy struct {
172
172
// subset named testversion that is composed of endpoints (e.g., pods) with
173
173
// labels (version:v3).
174
174
//
175
- // apiVersion: networking.istio.io/v1alpha3
175
+ // apiVersion: networking.istio.io/v1beta1
176
176
// kind: DestinationRule
177
177
// metadata:
178
178
//
@@ -218,7 +218,7 @@ type Subset struct {
218
218
// For example, the following rule uses a round robin load balancing policy
219
219
// for all traffic going to the ratings service.
220
220
//
221
- // apiVersion: networking.istio.io/v1alpha3
221
+ // apiVersion: networking.istio.io/v1beta1
222
222
// kind: DestinationRule
223
223
// metadata:
224
224
//
@@ -235,7 +235,7 @@ type Subset struct {
235
235
// hashing-based load balancer for the same ratings service using the
236
236
// the User cookie as the hash key.
237
237
//
238
- // apiVersion: networking.istio.io/v1alpha3
238
+ // apiVersion: networking.istio.io/v1beta1
239
239
// kind: DestinationRule
240
240
// metadata:
241
241
// name: bookinfo-ratings
@@ -486,7 +486,7 @@ type HTTPCookie struct {
486
486
// For example, the following rule sets a limit of 100 connections to redis
487
487
// service called myredissrv with a connect timeout of 30ms
488
488
//
489
- // apiVersion: networking.istio.io/v1alpha3
489
+ // apiVersion: networking.istio.io/v1beta1
490
490
// kind: DestinationRule
491
491
// metadata:
492
492
//
@@ -563,7 +563,7 @@ type HTTPSettings struct {
563
563
// scanned every 5 mins, such that any host that fails 7 consecutive times
564
564
// with 5XX error code will be ejected for 15 minutes.
565
565
//
566
- // apiVersion: networking.istio.io/v1alpha3
566
+ // apiVersion: networking.istio.io/v1beta1
567
567
// kind: DestinationRule
568
568
// metadata:
569
569
//
@@ -652,7 +652,7 @@ type OutlierDetection struct {
652
652
// For example, the following rule configures a client to use mutual TLS
653
653
// for connections to upstream database cluster.
654
654
//
655
- // apiVersion: networking.istio.io/v1alpha3
655
+ // apiVersion: networking.istio.io/v1beta1
656
656
// kind: DestinationRule
657
657
// metadata:
658
658
//
@@ -671,7 +671,7 @@ type OutlierDetection struct {
671
671
// The following rule configures a client to use TLS when talking to a
672
672
// foreign service whose domain matches *.foo.com.
673
673
//
674
- // apiVersion: networking.istio.io/v1alpha3
674
+ // apiVersion: networking.istio.io/v1beta1
675
675
// kind: DestinationRule
676
676
// metadata:
677
677
//
@@ -687,7 +687,7 @@ type OutlierDetection struct {
687
687
// The following rule configures a client to use Istio mutual TLS when talking
688
688
// to rating services.
689
689
//
690
- // apiVersion: networking.istio.io/v1alpha3
690
+ // apiVersion: networking.istio.io/v1beta1
691
691
// kind: DestinationRule
692
692
// metadata:
693
693
//
0 commit comments