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:
Akshay J Nambiar 2023-12-15 19:42:38 +05:30 committed by GitHub
parent 9380f471bd
commit 1e61c3bc8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -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:

View File

@ -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: