Skip to content

Commit

Permalink
Deploying to gh-pages from @ 50d91e4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jun 12, 2024
1 parent 9ee4004 commit f2a331e
Show file tree
Hide file tree
Showing 102 changed files with 193 additions and 373 deletions.
2 changes: 1 addition & 1 deletion main/api/quilkin/all.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions main/api/quilkin/config/struct.Config.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
</div></details><section id="method.apply_delta" class="method"><a class="src rightside" href="../../src/quilkin/config.rs.html#383">source</a><h4 class="code-header">pub fn <a href="#method.apply_delta" class="fn">apply_delta</a>(
&amp;self,
type_url: &amp;<a class="primitive" href="https://doc.rust-lang.org/1.77.1/std/primitive.str.html">str</a>,
resources: <a class="struct" href="https://doc.rust-lang.org/1.77.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;XdsResource&gt;,
resources: <a class="struct" href="https://doc.rust-lang.org/1.77.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="../../quilkin_proto/generated/envoy/service/discovery/v3/struct.Resource.html" title="struct quilkin_proto::generated::envoy::service::discovery::v3::Resource">XdsResource</a>&gt;,
removed_resources: &amp;[<a class="struct" href="https://doc.rust-lang.org/1.77.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>],
remote_addr: <a class="enum" href="https://doc.rust-lang.org/1.77.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.77.1/core/net/socket_addr/enum.SocketAddr.html" title="enum core::net::socket_addr::SocketAddr">SocketAddr</a>&gt;
) -&gt; <a class="type" href="../type.Result.html" title="type quilkin::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.77.1/std/primitive.unit.html">()</a>&gt;</h4></section><section id="method.apply_metrics" class="method"><a class="src rightside" href="../../src/quilkin/config.rs.html#532-536">source</a><h4 class="code-header">pub fn <a href="#method.apply_metrics" class="fn">apply_metrics</a>(&amp;self)</h4></section><section id="method.default_agent" class="method"><a class="src rightside" href="../../src/quilkin/config.rs.html#538-549">source</a><h4 class="code-header">pub fn <a href="#method.default_agent" class="fn">default_agent</a>() -&gt; Self</h4></section><section id="method.default_non_agent" class="method"><a class="src rightside" href="../../src/quilkin/config.rs.html#551-561">source</a><h4 class="code-header">pub fn <a href="#method.default_non_agent" class="fn">default_non_agent</a>() -&gt; Self</h4></section><details class="toggle method-toggle" open><summary><section id="method.datacenters" class="method"><a class="src rightside" href="../../src/quilkin/config.rs.html#565-572">source</a><h4 class="code-header">pub fn <a href="#method.datacenters" class="fn">datacenters</a>(&amp;self) -&gt; &amp;<a class="struct" href="watch/struct.Watch.html" title="struct quilkin::config::watch::Watch">Watch</a>&lt;<a class="struct" href="struct.DatacenterMap.html" title="struct quilkin::config::DatacenterMap">DatacenterMap</a>&gt;</h4></section></summary><div class="docblock"><p>Gets the datacenters, panicking if this is an agent config</p>
</div></details></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-Config" class="impl"><a class="src rightside" href="../../src/quilkin/config.rs.html#70">source</a><a href="#impl-Clone-for-Config" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.77.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../struct.Config.html" title="struct quilkin::Config">Config</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../../src/quilkin/config.rs.html#70">source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.77.1/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&amp;self) -&gt; <a class="struct" href="../struct.Config.html" title="struct quilkin::Config">Config</a></h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/1.77.1/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.77.1/src/core/clone.rs.html#169">source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.77.1/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/1.77.1/std/primitive.reference.html">&amp;Self</a>)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.77.1/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Configuration-for-Config" class="impl"><a class="src rightside" href="../../src/quilkin/config.rs.html#87-168">source</a><a href="#impl-Configuration-for-Config" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../xds/config/trait.Configuration.html" title="trait xds::config::Configuration">Configuration</a> for <a class="struct" href="../struct.Config.html" title="struct quilkin::Config">Config</a></h3></section></summary><div class="impl-items"><section id="method.identifier" class="method trait-impl"><a class="src rightside" href="../../src/quilkin/config.rs.html#88-90">source</a><a href="#method.identifier" class="anchor">§</a><h4 class="code-header">fn <a href="../../xds/config/trait.Configuration.html#tymethod.identifier" class="fn">identifier</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.77.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></h4></section><section id="method.allow_request_processing" class="method trait-impl"><a class="src rightside" href="../../src/quilkin/config.rs.html#92-94">source</a><a href="#method.allow_request_processing" class="anchor">§</a><h4 class="code-header">fn <a href="../../xds/config/trait.Configuration.html#tymethod.allow_request_processing" class="fn">allow_request_processing</a>(&amp;self, resource_type: &amp;<a class="primitive" href="https://doc.rust-lang.org/1.77.1/std/primitive.str.html">str</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.77.1/std/primitive.bool.html">bool</a></h4></section><section id="method.apply_delta-1" class="method trait-impl"><a class="src rightside" href="../../src/quilkin/config.rs.html#96-104">source</a><a href="#method.apply_delta-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../xds/config/trait.Configuration.html#tymethod.apply_delta" class="fn">apply_delta</a>(
&amp;self,
type_url: &amp;<a class="primitive" href="https://doc.rust-lang.org/1.77.1/std/primitive.str.html">str</a>,
resources: <a class="struct" href="https://doc.rust-lang.org/1.77.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;XdsResource&gt;,
resources: <a class="struct" href="https://doc.rust-lang.org/1.77.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="../../quilkin_proto/generated/envoy/service/discovery/v3/struct.Resource.html" title="struct quilkin_proto::generated::envoy::service::discovery::v3::Resource">XdsResource</a>&gt;,
removed_resources: &amp;[<a class="struct" href="https://doc.rust-lang.org/1.77.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>],
remote_addr: <a class="enum" href="https://doc.rust-lang.org/1.77.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.77.1/core/net/socket_addr/enum.SocketAddr.html" title="enum core::net::socket_addr::SocketAddr">SocketAddr</a>&gt;
) -&gt; <a class="type" href="../../xds/type.Result.html" title="type xds::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.77.1/std/primitive.unit.html">()</a>&gt;</h4></section><section id="method.delta_discovery_request-1" class="method trait-impl"><a class="src rightside" href="../../src/quilkin/config.rs.html#106-111">source</a><a href="#method.delta_discovery_request-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../xds/config/trait.Configuration.html#tymethod.delta_discovery_request" class="fn">delta_discovery_request</a>(
Expand Down
2 changes: 1 addition & 1 deletion main/api/quilkin/config/struct.Filter.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/api/quilkin/config/watch/trait.Watchable.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// Required methods
fn <a href="#tymethod.mark" class="fn">mark</a>(&amp;self) -&gt; <a class="enum" href="enum.Marker.html" title="enum quilkin::config::watch::Marker">Marker</a>;
<span class="item-spacer"></span> fn <a href="#tymethod.has_changed" class="fn">has_changed</a>(&amp;self, marker: <a class="enum" href="enum.Marker.html" title="enum quilkin::config::watch::Marker">Marker</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.77.1/std/primitive.bool.html">bool</a>;
}</code></pre><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.mark" class="method"><a class="src rightside" href="../../../src/quilkin/config/watch.rs.html#57">source</a><h4 class="code-header">fn <a href="#tymethod.mark" class="fn">mark</a>(&amp;self) -&gt; <a class="enum" href="enum.Marker.html" title="enum quilkin::config::watch::Marker">Marker</a></h4></section><section id="tymethod.has_changed" class="method"><a class="src rightside" href="../../../src/quilkin/config/watch.rs.html#58">source</a><h4 class="code-header">fn <a href="#tymethod.has_changed" class="fn">has_changed</a>(&amp;self, marker: <a class="enum" href="enum.Marker.html" title="enum quilkin::config::watch::Marker">Marker</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.77.1/std/primitive.bool.html">bool</a></h4></section></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Watchable-for-DatacenterMap" class="impl"><a class="src rightside" href="../../../src/quilkin/config.rs.html#625-639">source</a><a href="#impl-Watchable-for-DatacenterMap" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Watchable.html" title="trait quilkin::config::watch::Watchable">Watchable</a> for <a class="struct" href="../struct.DatacenterMap.html" title="struct quilkin::config::DatacenterMap">DatacenterMap</a></h3></section><section id="impl-Watchable-for-ClusterMap%3CS%3E" class="impl"><a class="src rightside" href="../../../src/quilkin/net/cluster.rs.html#530-544">source</a><a href="#impl-Watchable-for-ClusterMap%3CS%3E" class="anchor">§</a><h3 class="code-header">impl&lt;S&gt; <a class="trait" href="trait.Watchable.html" title="trait quilkin::config::watch::Watchable">Watchable</a> for <a class="struct" href="../../net/cluster/struct.ClusterMap.html" title="struct quilkin::net::cluster::ClusterMap">ClusterMap</a>&lt;S&gt;</h3></section></div><script src="../../../trait.impl/quilkin/config/watch/trait.Watchable.js" async></script></section></div></main></body></html>
}</code></pre><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.mark" class="method"><a class="src rightside" href="../../../src/quilkin/config/watch.rs.html#57">source</a><h4 class="code-header">fn <a href="#tymethod.mark" class="fn">mark</a>(&amp;self) -&gt; <a class="enum" href="enum.Marker.html" title="enum quilkin::config::watch::Marker">Marker</a></h4></section><section id="tymethod.has_changed" class="method"><a class="src rightside" href="../../../src/quilkin/config/watch.rs.html#58">source</a><h4 class="code-header">fn <a href="#tymethod.has_changed" class="fn">has_changed</a>(&amp;self, marker: <a class="enum" href="enum.Marker.html" title="enum quilkin::config::watch::Marker">Marker</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.77.1/std/primitive.bool.html">bool</a></h4></section></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Watchable-for-DatacenterMap" class="impl"><a class="src rightside" href="../../../src/quilkin/config.rs.html#625-639">source</a><a href="#impl-Watchable-for-DatacenterMap" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Watchable.html" title="trait quilkin::config::watch::Watchable">Watchable</a> for <a class="struct" href="../struct.DatacenterMap.html" title="struct quilkin::config::DatacenterMap">DatacenterMap</a></h3></section><section id="impl-Watchable-for-ClusterMap%3CS%3E" class="impl"><a class="src rightside" href="../../../src/quilkin/net/cluster.rs.html#515-529">source</a><a href="#impl-Watchable-for-ClusterMap%3CS%3E" class="anchor">§</a><h3 class="code-header">impl&lt;S&gt; <a class="trait" href="trait.Watchable.html" title="trait quilkin::config::watch::Watchable">Watchable</a> for <a class="struct" href="../../net/cluster/struct.ClusterMap.html" title="struct quilkin::net::cluster::ClusterMap">ClusterMap</a>&lt;S&gt;</h3></section></div><script src="../../../trait.impl/quilkin/config/watch/trait.Watchable.js" async></script></section></div></main></body></html>
Loading

0 comments on commit f2a331e

Please sign in to comment.