-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include envoy extensions in the lib and the docs (#3)
Closes #2
- Loading branch information
1 parent
a110705
commit fbfbf65
Showing
1,088 changed files
with
90,338 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
78 changes: 78 additions & 0 deletions
78
docs/doc/envoy.config.common.key_value.v3/key-value-store-config.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
|
||
|
||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="../styles.css"> | ||
<title>envoy.config.common.key_value.v3.KeyValueStoreConfig</title> | ||
</head> | ||
<body> | ||
|
||
<div class='crumb'> | ||
<a href="../../index.html">Home</a> | ||
</div> | ||
|
||
<h1>envoy.config.common.key_value.v3.KeyValueStoreConfig</h1> | ||
|
||
|
||
|
||
|
||
<h2>Example</h2> | ||
<div class='disclaimer'> | ||
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working | ||
code. | ||
</div> | ||
|
||
<pre class='example'> | ||
local types = import 'types.libsonnet'; | ||
|
||
types.envoy.config.common.key_value.v3.KeyValueStoreConfig | ||
.withConfig(<a href="../envoy.config.core.v3/typed-extension-config.html">types.envoy.config.core.v3.TypedExtensionConfig</a>) | ||
._validate() | ||
|
||
</pre> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<h2>Fields</h2> | ||
<table class='fields'> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Type</th> | ||
<th>One-of group</th> | ||
<th>Required</th> | ||
<th>Constraints</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
|
||
|
||
<tr> | ||
<td>config</td> | ||
<td> | ||
|
||
|
||
|
||
<a href="../envoy.config.core.v3/typed-extension-config.html">envoy.config.core.v3.TypedExtensionConfig</a> | ||
|
||
</td> | ||
<td></td> | ||
<td> | ||
yes | ||
</td> | ||
<td> | ||
<code></code> | ||
</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
|
||
|
||
|
||
</body> | ||
</html> | ||
|
98 changes: 98 additions & 0 deletions
98
docs/doc/envoy.config.common.matcher.v3/http-generic-body-match-generic-text-match.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
|
||
|
||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="../styles.css"> | ||
<title>envoy.config.common.matcher.v3.HttpGenericBodyMatch.GenericTextMatch</title> | ||
</head> | ||
<body> | ||
|
||
<div class='crumb'> | ||
<a href="../../index.html">Home</a> | ||
</div> | ||
|
||
<h1>envoy.config.common.matcher.v3.HttpGenericBodyMatch.GenericTextMatch</h1> | ||
|
||
|
||
|
||
|
||
<h2>Example</h2> | ||
<div class='disclaimer'> | ||
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working | ||
code. | ||
</div> | ||
|
||
<pre class='example'> | ||
local types = import 'types.libsonnet'; | ||
|
||
types.envoy.config.common.matcher.v3.HttpGenericBodyMatch.GenericTextMatch | ||
.withBinaryMatch('c3RyaW5n') | ||
.withStringMatch('string') | ||
._validate() | ||
|
||
</pre> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<h2>Fields</h2> | ||
<table class='fields'> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Type</th> | ||
<th>One-of group</th> | ||
<th>Required</th> | ||
<th>Constraints</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
|
||
|
||
<tr> | ||
<td>binary_match</td> | ||
<td> | ||
|
||
|
||
|
||
bytes | ||
|
||
</td> | ||
<td>rule</td> | ||
<td> | ||
| ||
</td> | ||
<td> | ||
<code>{"Bytes":{"WellKnown":null,"min_len":1}}</code> | ||
</td> | ||
</tr> | ||
|
||
|
||
<tr> | ||
<td>string_match</td> | ||
<td> | ||
|
||
|
||
|
||
string | ||
|
||
</td> | ||
<td>rule</td> | ||
<td> | ||
| ||
</td> | ||
<td> | ||
<code>{"String_":{"WellKnown":null,"min_len":1}}</code> | ||
</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
|
||
|
||
|
||
</body> | ||
</html> | ||
|
108 changes: 108 additions & 0 deletions
108
docs/doc/envoy.config.common.matcher.v3/http-generic-body-match.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
|
||
|
||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="../styles.css"> | ||
<title>envoy.config.common.matcher.v3.HttpGenericBodyMatch</title> | ||
</head> | ||
<body> | ||
|
||
<div class='crumb'> | ||
<a href="../../index.html">Home</a> | ||
</div> | ||
|
||
<h1>envoy.config.common.matcher.v3.HttpGenericBodyMatch</h1> | ||
|
||
|
||
|
||
|
||
<h2>Example</h2> | ||
<div class='disclaimer'> | ||
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working | ||
code. | ||
</div> | ||
|
||
<pre class='example'> | ||
local types = import 'types.libsonnet'; | ||
|
||
types.envoy.config.common.matcher.v3.HttpGenericBodyMatch | ||
.withBytesLimit(1) | ||
.withPatterns(<span class='coll'>[</span> <a href="../envoy.config.common.matcher.v3/http-generic-body-match-generic-text-match.html">types.envoy.config.common.matcher.v3.HttpGenericBodyMatch.GenericTextMatch</a> <span class='coll'>]</span>) | ||
._validate() | ||
|
||
</pre> | ||
|
||
|
||
|
||
|
||
<h2>Nested Messages</h2> | ||
<ul> | ||
|
||
|
||
|
||
<li><a href="../envoy.config.common.matcher.v3/http-generic-body-match-generic-text-match.html">envoy.config.common.matcher.v3.HttpGenericBodyMatch.GenericTextMatch</a></li> | ||
|
||
|
||
</ul> | ||
|
||
|
||
|
||
<h2>Fields</h2> | ||
<table class='fields'> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Type</th> | ||
<th>One-of group</th> | ||
<th>Required</th> | ||
<th>Constraints</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
|
||
|
||
<tr> | ||
<td>bytes_limit</td> | ||
<td> | ||
|
||
|
||
|
||
uint32 | ||
|
||
</td> | ||
<td></td> | ||
<td> | ||
| ||
</td> | ||
<td> | ||
<code></code> | ||
</td> | ||
</tr> | ||
|
||
|
||
<tr> | ||
<td>patterns</td> | ||
<td> | ||
[] | ||
|
||
|
||
<a href="../envoy.config.common.matcher.v3/http-generic-body-match-generic-text-match.html">envoy.config.common.matcher.v3.HttpGenericBodyMatch.GenericTextMatch</a> | ||
|
||
</td> | ||
<td></td> | ||
<td> | ||
yes | ||
</td> | ||
<td> | ||
<code>{"Repeated":{"min_items":1}}</code> | ||
</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
|
||
|
||
|
||
</body> | ||
</html> | ||
|
78 changes: 78 additions & 0 deletions
78
docs/doc/envoy.config.common.matcher.v3/http-headers-match.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
|
||
|
||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="../styles.css"> | ||
<title>envoy.config.common.matcher.v3.HttpHeadersMatch</title> | ||
</head> | ||
<body> | ||
|
||
<div class='crumb'> | ||
<a href="../../index.html">Home</a> | ||
</div> | ||
|
||
<h1>envoy.config.common.matcher.v3.HttpHeadersMatch</h1> | ||
|
||
|
||
|
||
|
||
<h2>Example</h2> | ||
<div class='disclaimer'> | ||
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working | ||
code. | ||
</div> | ||
|
||
<pre class='example'> | ||
local types = import 'types.libsonnet'; | ||
|
||
types.envoy.config.common.matcher.v3.HttpHeadersMatch | ||
.withHeaders(<span class='coll'>[</span> <a href="../envoy.config.route.v3/header-matcher.html">types.envoy.config.route.v3.HeaderMatcher</a> <span class='coll'>]</span>) | ||
._validate() | ||
|
||
</pre> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<h2>Fields</h2> | ||
<table class='fields'> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Type</th> | ||
<th>One-of group</th> | ||
<th>Required</th> | ||
<th>Constraints</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
|
||
|
||
<tr> | ||
<td>headers</td> | ||
<td> | ||
[] | ||
|
||
|
||
<a href="../envoy.config.route.v3/header-matcher.html">envoy.config.route.v3.HeaderMatcher</a> | ||
|
||
</td> | ||
<td></td> | ||
<td> | ||
| ||
</td> | ||
<td> | ||
<code></code> | ||
</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
|
||
|
||
|
||
</body> | ||
</html> | ||
|
Oops, something went wrong.