Commit Graph

88 Commits

Author SHA1 Message Date
Whitney Griffith db01f1058c
update docs to show latest API version examples (#3192)
Signed-off-by: Whitney Griffith <whitney.griffith16@gmail.com>
2024-05-20 13:50:35 -04:00
John Howard e68bd5f8c3
virtual service: minor grammar fix (#3195)
Fixes https://github.com/istio/api/issues/1931
2024-05-20 11:32:32 -04:00
Matteo Mortari 4a11b73132
doc: fix typo (missing closed double-quote) (#3190)
Signed-off-by: tarilabs <matteo.mortari@gmail.com>
2024-05-13 07:28:19 -07:00
zirain 188722e5ed
cors: add unmatched_preflights (#3171)
* cors: add forward_not_matching_preflights

* rename

* update with rama's comment

* use Enum instead of bool

* address john's suggestion
2024-05-09 13:59:52 -07:00
John Howard 76d8e65ae7
docs: remove per-version API tabs (#3100)
Fixes https://github.com/istio/api/issues/2994
2024-03-05 07:22:21 -08:00
David Shen 00b09195fa
Subject: update doc for ignoreUriCase (#2976)
The property name that users should use is `ignoreUriCase`.

closes istio/istio.io#14072
2023-10-30 08:09:35 -07:00
John Howard 4881de7246
Align REQUIRED declaration with reality (#2946)
The `REQUIRED` proto label currently does nothing. As a result, some of
them are misaligned with reality -- fields marked REQUIRED are actually
not required, and often even have valid behaviors and are used in the
real world.

Unfortunately, many of these are fields that *should* be required but
are not. To maintain backwards compatibility, these cannot be made
required at this point, sadly.

In a future PR, I intend to make `REQUIRED` *actually make it required*,
so this PR is a pre-requisite to doing that.
2023-10-05 09:46:37 -07:00
Ben 8b0251e9bb
Update virtualservice HTTPRetry docs for the `attempt` field (#2919)
* Update virtualservice HTTPRetry docs for the `attempt` field

* update  files with docs
2023-08-30 08:20:08 -07:00
fatedier 95b5260a18
remove hide_from_docs for http route mirrors (#2893) 2023-08-10 06:37:04 -07:00
Eric Van Norman 5d68ba1077
Fix some spelling errors (#2884)
Co-authored-by: weizhoublue <weizhou.lan@daocloud.io>
2023-08-08 18:26:18 -07:00
Matt Kramer 064529d3bb
chore: Fix typo in VirtualService docs (#2847)
* Fix typo in VirtualService docs

* Run make gen
2023-07-06 13:44:32 -07:00
Rama Chavali ba799b973e
add regex rewrite support for uris (#2753)
* add regex rewrite support for uris

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

* rename

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

* add examples

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

* add gen files

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

---------

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
2023-05-24 12:24:41 -07:00
Peter Jausovec 51f7666f06
updating header presence explanation with example (#2762) 2023-04-24 11:25:57 -07:00
Yang 6bbcb3e795
Update api comment about query parameter. (#2712)
* Update api comment about query parameter

* Make gen
2023-03-06 11:08:45 -08:00
Chromo-residuum-opec 817f66acdb
VirtualService docs minor formatting fixes (#2659)
* VirtualService docs minor formatting fixes

* address comments
2023-02-27 08:24:15 -08:00
Fabien Degomme e5d63e4078
Fix a tiny typo in virtualservice documentation (#2581)
specfied -> specified
2022-11-28 06:47:10 -08:00
luohua13 417106f309
remove comment about not support regex for delegete vs (#2526)
* Add comment about support regex in delegate vs

Signed-off-by: luohua13 <jcwang@alauda.io>

* Apply suggestions from code review

Apply suggestions form code review.

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update by review comment

Signed-off-by: luohua13 <jcwang@alauda.io>

Signed-off-by: luohua13 <jcwang@alauda.io>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2022-11-21 12:59:57 -08:00
Zhonghu Xu 4cd2c00bad
Fix abort and delay percentage docs (#2522)
* update comment

* update comment

* rebase
2022-10-31 09:31:00 -07:00
Eric Van Norman a51f8f8389
Run `make gen` with the new build-tools to generate new html (#2509) 2022-10-17 06:58:09 -07:00
Rama Chavali 3ea9e42702
add comments for stat prefix (#2411)
* add comments for stat prefix

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

* update docs

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
2022-07-11 07:51:16 -07:00
sschepens 6a4e706e00
Fix direct response doc (#2410)
* fix grammar

* improve wording
2022-07-08 06:26:29 -07:00
sschepens de09801552
Virtual Service Direct Response (#2407)
* feature: virtual service direct response

* make gen proto-commit

* add release notes

* use previous tools

* Revert "use previous tools"

This reverts commit 293ec72aaf.

* add bytes example

* add headers example
2022-07-07 15:33:42 -07:00
Rama Chavali 9152602184
add stat prefix for routes (#2405)
* add stat prefix for routes

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

* add release notes

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
2022-07-07 06:48:20 -07:00
Suchith J N 0befc1f907
add documentation for configuring HTTP fault injection by aborting gRPC requests (#2375) 2022-06-13 09:35:09 -07:00
John Howard 5796da5cb8
Regen docs after docs change (#2287) 2022-03-16 17:02:31 -07:00
zirain ec7515ed52
fix retryOn doc (#2208) 2022-01-18 08:17:05 -08:00
Zhonghu Xu 90a4198e89
Loosen weight validation (#2192)
* Loosen route destination weight values

* Make gen

* Update comments

* make gen
2021-12-29 07:25:22 -08:00
Andrii dac484e848
fix typo in virtual_service.proto (#2122) 2021-10-14 07:56:21 -07:00
John Howard d6ce87e3e1
Add scheme and port to redirect (#2088)
* Add scheme and port to redirect

* Switch to enum

* Apply Louis' suggestions
2021-09-10 14:07:58 -07:00
Rama Chavali eb79c65728
update api docs for retriable status codes (#2083)
* add api for retriable status codeS

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

* add docs

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

* remove gateway error

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
2021-08-31 19:37:35 -07:00
Zhonghu Xu 4e21675274
hide deprecated `mirror_percent` from docs (#2081)
* hide deprecated mirror_percent

* make gen

* make proto-commit
2021-08-19 07:53:25 -07:00
John Howard 88e56fb49a
Add tooling to automatically sync proto versions (#2021)
* Add script to sync protobuf versions

* Updates to protobuf files

* Update generated code

* Fix release locks
2021-07-01 11:52:09 -07:00
Shamsher Ansari 487339ae34
Use RE2 instead of ECMAscript regex-based match (#1968) 2021-06-30 08:08:43 -07:00
Long Dai 9a4239731e
docs: clear sourceLabels (#1955)
* docs: clear sourceLabels

Signed-off-by: Long Dai <long0dai@foxmail.com>

* feedback

Signed-off-by: Long Dai <long0dai@foxmail.com>

* feedback

Signed-off-by: Long Dai <long0dai@foxmail.com>
2021-06-01 07:59:14 -07:00
Ryota c35b8e39f3
Adjust VirtualService documentation format (#1929)
* Adjust document format

* Run make gen
2021-03-29 10:07:36 -07:00
John Howard 6e9e4699ed
Validate api docs, and fix issues (#1885)
* Fix invalid examples and alpha/beta discrepencies

* gen

* license

* lint

* missing space

* gen
2021-02-17 09:30:48 -08:00
Ram Vennam c7f4cf5d83
typo in virtual-service docs (#1720) 2020-11-02 18:58:40 -08:00
Lin Sun e0b330f454
clarify http retry attempts (#1648)
* clarify retries attempts default

* update doc

* address Rama's comment

* make gen update

* update based on Neeraj's feedback

* change to allowed

* make gen

* make gen update
2020-10-01 08:53:00 -07:00
John Howard c31e56a3d5
Fix invalid yaml (#1634) 2020-09-15 05:58:14 -07:00
Lin Sun b8a5f5dbee
clarify HTTP requests timeout default (#1606)
* update default

* update default in doc
2020-08-24 12:04:45 -07:00
Taylor Barrella d9971f2e9d
Replace/remove "whitelist" in comments/descriptions (#1518)
* Replace/remove "whitelist" in comments/descriptions

As part of https://github.com/istio/istio/issues/25381

* Replace "allowlisted" with "allowed" in policy/v1beta1/cfg.proto

Co-authored-by: Sven Mawson <sven@google.com>

* Regenerate proto

Co-authored-by: Sven Mawson <sven@google.com>
2020-07-13 15:51:45 -07:00
Frank Budinsky afce0718b9
Fix missing Headers doc (#1444) 2020-06-16 13:22:06 -07:00
Jim Ntosas 9cd6a563fc
CORS Policy Example: Change allowOrigins block (#1453)
In this commit, we change the block of CORS Policy definition from
`allowOrigin` to `allowOrigins` so not to be misleading for people who
take this example as guide to setup their Meshes.

After upgrading to Istio 1.6, the block with deprecated `allowOrigin`
is not respected thus not working.

Resolves: https://github.com/istio/istio/issues/24145

Signed-off-by: dntosas <ntosas@gmail.com>
2020-06-01 19:05:55 -07:00
Zhonghu Xu fb318b28df
Add support for VirtualService delegate (#1209)
* Added route delegate in virtualservice

* make gen

* make proto-commit

* make gen

* address comment
2020-04-02 23:49:18 -07:00
Jason Wang 11f0c7211a
Generate with latest build tool (#1349) 2020-03-24 16:02:30 -07:00
Daniel fefdc2c661
add more details for TCP connection timeout description (#1343)
* add more details for TCP connection timeout description

* make gen

* add mke gen-check
2020-03-21 20:01:09 -07:00
Shamsher Ansari 62026b23fc
Update ECMAscript to RE2 (#1327) 2020-03-15 11:12:15 -07:00
Kun Chang 251e511063
add retry_remote_localities for retry (#1156) 2020-02-11 08:30:25 -08:00
Jack Kleeman 365fa8c98b
Add source_namespace to match attributes (#1254)
It would be useful to be able to route on source namespace additional to
source labels
2020-02-03 10:54:40 -08:00
Jason Wang 082bb23391
Add networking v1beta1 example to docs (#1266) 2020-01-31 15:12:58 -08:00