@@ -83,15 +83,15 @@ UID keeps the information about object UID
8383
8484### .spec.destination.path
8585
86- Type: ` string ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_spec_destination.go#L46 ) </sup >
86+ Type: ` string ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_spec_destination.go#L51 ) </sup >
8787
8888Path defines service path used for overrides
8989
9090***
9191
9292### .spec.destination.protocol
9393
94- Type: ` string ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_spec_destination.go#L40 ) </sup >
94+ Type: ` string ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_spec_destination.go#L45 ) </sup >
9595
9696Protocol defines http protocol used for the route
9797
@@ -103,7 +103,7 @@ Possible Values:
103103
104104### .spec.destination.schema
105105
106- Type: ` string ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_spec_destination.go#L35 ) </sup >
106+ Type: ` string ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_spec_destination.go#L40 ) </sup >
107107
108108Schema defines HTTP/S schema used for connection
109109
@@ -153,6 +153,14 @@ UID keeps the information about object UID
153153
154154***
155155
156+ ### .spec.destination.timeout
157+
158+ Type: ` integer ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_spec_destination.go#L57 ) </sup >
159+
160+ Timeout specify the upstream request timeout
161+
162+ ***
163+
156164### .spec.destination.tls.insecure
157165
158166Type: ` boolean ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_spec_destination_tls.go#L25 ) </sup >
@@ -273,20 +281,28 @@ Possible Values:
273281
274282### .status.target.path
275283
276- Type: ` string ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_status_target.go#L49 ) </sup >
284+ Type: ` string ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_status_target.go#L51 ) </sup >
277285
278286Path specifies request path override
279287
280288***
281289
282290### .status.target.protocol
283291
284- Type: ` string ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_status_target.go#L40 ) </sup >
292+ Type: ` string ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_status_target.go#L42 ) </sup >
285293
286294Protocol defines http protocol used for the route
287295
288296***
289297
298+ ### .status.target.timeout
299+
300+ Type: ` integer ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_status_target.go#L54 ) </sup >
301+
302+ Timeout specify the upstream request timeout
303+
304+ ***
305+
290306### .status.target.tls.insecure
291307
292308Type: ` boolean ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_status_target_tls.go#L27 ) </sup >
@@ -297,7 +313,7 @@ Insecure allows Insecure traffic
297313
298314### .status.target.type
299315
300- Type: ` string ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_status_target.go#L34 ) </sup >
316+ Type: ` string ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/networking/v1alpha1/route_status_target.go#L36 ) </sup >
301317
302318Type define destination type
303319
0 commit comments