mirror of https://github.com/istio/istio.io.git
update deprecated field percent to percentage (#14337)
https://github.com/istio/api/blob/v1.20.1/networking/v1alpha3/virtual_service.proto#L1998
This commit is contained in:
parent
9380f471bd
commit
1e61c3bc8f
|
@ -97,7 +97,8 @@ spec:
|
|||
http:
|
||||
- fault:
|
||||
delay:
|
||||
percent: 100
|
||||
percentage:
|
||||
value: 100
|
||||
fixedDelay: 2s
|
||||
route:
|
||||
- destination:
|
||||
|
@ -125,7 +126,8 @@ spec:
|
|||
http:
|
||||
- fault:
|
||||
delay:
|
||||
percent: 100
|
||||
percentage:
|
||||
value: 100
|
||||
fixedDelay: 2s
|
||||
route:
|
||||
- destination:
|
||||
|
|
|
@ -69,7 +69,8 @@ spec:
|
|||
http:
|
||||
- fault:
|
||||
delay:
|
||||
percent: 100
|
||||
percentage:
|
||||
value: 100
|
||||
fixedDelay: 2s
|
||||
route:
|
||||
- destination:
|
||||
|
@ -90,7 +91,8 @@ spec:
|
|||
http:
|
||||
- fault:
|
||||
delay:
|
||||
percent: 100
|
||||
percentage:
|
||||
value: 100
|
||||
fixedDelay: 2s
|
||||
route:
|
||||
- destination:
|
||||
|
|
Loading…
Reference in New Issue