Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions bundle/manifests/networking.istio.io_virtualservices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,13 @@ spec:
request.
format: int32
type: integer
backoff:
description: Specifies the minimum duration between retry
attempts.
type: string
x-kubernetes-validations:
- message: must be a valid duration greater than 1ms
rule: duration(self) >= duration('1ms')
perTryTimeout:
description: Timeout per attempt for a given request, including
the initial call and any retries.
Expand Down Expand Up @@ -1738,6 +1745,13 @@ spec:
request.
format: int32
type: integer
backoff:
description: Specifies the minimum duration between retry
attempts.
type: string
x-kubernetes-validations:
- message: must be a valid duration greater than 1ms
rule: duration(self) >= duration('1ms')
perTryTimeout:
description: Timeout per attempt for a given request, including
the initial call and any retries.
Expand Down Expand Up @@ -2783,6 +2797,13 @@ spec:
request.
format: int32
type: integer
backoff:
description: Specifies the minimum duration between retry
attempts.
type: string
x-kubernetes-validations:
- message: must be a valid duration greater than 1ms
rule: duration(self) >= duration('1ms')
perTryTimeout:
description: Timeout per attempt for a given request, including
the initial call and any retries.
Expand Down
21 changes: 21 additions & 0 deletions chart/crds/networking.istio.io_virtualservices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,13 @@ spec:
request.
format: int32
type: integer
backoff:
description: Specifies the minimum duration between retry
attempts.
type: string
x-kubernetes-validations:
- message: must be a valid duration greater than 1ms
rule: duration(self) >= duration('1ms')
perTryTimeout:
description: Timeout per attempt for a given request, including
the initial call and any retries.
Expand Down Expand Up @@ -1737,6 +1744,13 @@ spec:
request.
format: int32
type: integer
backoff:
description: Specifies the minimum duration between retry
attempts.
type: string
x-kubernetes-validations:
- message: must be a valid duration greater than 1ms
rule: duration(self) >= duration('1ms')
perTryTimeout:
description: Timeout per attempt for a given request, including
the initial call and any retries.
Expand Down Expand Up @@ -2782,6 +2796,13 @@ spec:
request.
format: int32
type: integer
backoff:
description: Specifies the minimum duration between retry
attempts.
type: string
x-kubernetes-validations:
- message: must be a valid duration greater than 1ms
rule: duration(self) >= duration('1ms')
perTryTimeout:
description: Timeout per attempt for a given request, including
the initial call and any retries.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.17.1
istio.io/client-go v1.25.0-alpha.0.0.20250320073741-e8b65a187b3a
istio.io/istio v0.0.0-20250323033145-b0d63c30bd85
istio.io/istio v0.0.0-20250324044546-e7efba2a718e
k8s.io/api v0.32.3
k8s.io/apiextensions-apiserver v0.32.3
k8s.io/apimachinery v0.32.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@ istio.io/api v1.25.0-alpha.0.0.20250320073341-81bc1902f4b3 h1:xK5cnBL7JwNi2J3Ib+
istio.io/api v1.25.0-alpha.0.0.20250320073341-81bc1902f4b3/go.mod h1:QFzEXv/IT582T0FHZVp1QoolvE4ws0zz/vVO55blmlE=
istio.io/client-go v1.25.0-alpha.0.0.20250320073741-e8b65a187b3a h1:LFB0Tn1NTjdZVG2mgAQRklVZgKmEO0ABE7wO7k8eFCg=
istio.io/client-go v1.25.0-alpha.0.0.20250320073741-e8b65a187b3a/go.mod h1:pti0wgffDXhlnCKKKXnMbE1HiAHH1I/q3dxk/Mar68w=
istio.io/istio v0.0.0-20250323033145-b0d63c30bd85 h1:PKxIzstosjIZAKB4BD/yPMIrMsU13Zoo88KacG1CSuY=
istio.io/istio v0.0.0-20250323033145-b0d63c30bd85/go.mod h1:nJ1AEwPWYHK7r1KyczuVrjx4g7AwcY4yiqVV6TcG434=
istio.io/istio v0.0.0-20250324044546-e7efba2a718e h1:TQn012ByrywqeKqeBE1w6LYqD7+FvfoXS0RndIYEVso=
istio.io/istio v0.0.0-20250324044546-e7efba2a718e/go.mod h1:Ls6Xu3tMLOgT4klhkTQwzfW3t3XXQ3r6zWZvWAMlsfs=
k8s.io/api v0.32.3 h1:Hw7KqxRusq+6QSplE3NYG4MBxZw1BZnq4aP4cJVINls=
k8s.io/api v0.32.3/go.mod h1:2wEDTXADtm/HA7CCMD8D8bK4yuBUptzaRhYcYEEYA3k=
k8s.io/apiextensions-apiserver v0.32.3 h1:4D8vy+9GWerlErCwVIbcQjsWunF9SUGNu7O7hiQTyPY=
Expand Down