1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Deployed 1b7dd717a5 to master with MkDocs 1.3.0 and mike 1.1.2

This commit is contained in:
GitHub Action 2022-06-07 12:15:59 +00:00
parent 802be1388d
commit 87e3892613
6 changed files with 301 additions and 287 deletions

View File

@ -918,7 +918,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@75749</p>
<p>IpcRegistrar.__@IpcPrefix@75750</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -918,7 +918,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@75749</p>
<p>IpcRegistrar.__@IpcPrefix@75750</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -739,6 +739,13 @@
<nav class="md-nav" aria-label="Properties">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#agent" class="md-nav__link">
agent
</a>
</li>
<li class="md-nav__item">
<a href="#cluster" class="md-nav__link">
cluster
@ -777,10 +784,17 @@
<h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2>
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
<ul>
<li><a href="./#agent">agent</a></li>
<li><a href="./#cluster">cluster</a></li>
<li><a href="./#user">user</a></li>
</ul>
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
<h3 id="agent">agent<a class="headerlink" href="#agent" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>agent</strong>: <code>Agent</code></p>
<p>Custom instance of https.agent to use for the requests</p>
<p><strong><code>remarks</code></strong> the custom agent replaced default agent, options skipTLSVerify,
clientCertificateData, clientKeyData and caData are ignored.</p>
<hr />
<h3 id="cluster">cluster<a class="headerlink" href="#cluster" title="Permanent link">#</a></h3>
<p><strong>cluster</strong>: <code>Object</code></p>
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.