mirror of https://github.com/dapr/docs.git
update config schema
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
b953f5ec48
commit
2c69f666ee
|
@ -41,6 +41,10 @@ spec:
|
||||||
- <BUCKET-VALUE-MS-1>
|
- <BUCKET-VALUE-MS-1>
|
||||||
http:
|
http:
|
||||||
increasedCardinality: <TRUE-OR-FALSE>
|
increasedCardinality: <TRUE-OR-FALSE>
|
||||||
|
pathMatching:
|
||||||
|
- <PATH-A>
|
||||||
|
- <PATH-B>
|
||||||
|
excludeVerbs: <TRUE-OR-FALSE>
|
||||||
httpPipeline: # for incoming http calls
|
httpPipeline: # for incoming http calls
|
||||||
handlers:
|
handlers:
|
||||||
- name: <HANDLER-NAME>
|
- name: <HANDLER-NAME>
|
||||||
|
|
Loading…
Reference in New Issue