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

Deployed da53aa0d79 to master with MkDocs 1.2.2 and mike 1.0.1

This commit is contained in:
GitHub Action 2021-07-23 00:36:16 +00:00
parent 33aa17a786
commit 14e2058245
9 changed files with 290 additions and 279 deletions

View File

@ -904,7 +904,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@41915</p>
<p>IpcRegistrar.__@IpcPrefix@41930</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></p>

View File

@ -1007,7 +1007,7 @@
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
<p><strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>LensExtension.__@Disposers@25570</p>
<p>LensExtension.__@Disposers@25585</p>
<hr />
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
<p><strong>appMenus</strong>: <code>MenuRegistration</code>[] = []</p>

View File

@ -904,7 +904,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@41915</p>
<p>IpcRegistrar.__@IpcPrefix@41930</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></p>

View File

@ -1103,7 +1103,7 @@
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
<p><strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>LensExtension.__@Disposers@25570</p>
<p>LensExtension.__@Disposers@25585</p>
<hr />
<h3 id="apppreferences">appPreferences<a class="headerlink" href="#apppreferences" title="Permanent link">#</a></h3>
<p><strong>appPreferences</strong>: <a href="../../interfaces/common.types.apppreferenceregistration/">AppPreferenceRegistration</a>[] = []</p>

View File

@ -820,7 +820,7 @@
<p><a href="../common.catalog.catalogentitystatus/">CatalogEntityStatus</a>.<a href="../common.catalog.catalogentitystatus/#message">message</a></p>
<hr />
<h3 id="phase">phase<a class="headerlink" href="#phase" title="Permanent link">#</a></h3>
<p><strong>phase</strong>: <code>"available"</code> | <code>"unavailable"</code></p>
<p><strong>phase</strong>: <a href="../../modules/common.catalog/#weblinkstatusphase">WebLinkStatusPhase</a></p>
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogentitystatus/">CatalogEntityStatus</a>.<a href="../common.catalog.catalogentitystatus/#phase">phase</a></p>
<hr />

View File

@ -765,6 +765,13 @@
WebLinkSpec
</a>
</li>
<li class="md-nav__item">
<a href="#weblinkstatusphase" class="md-nav__link">
WebLinkStatusPhase
</a>
</li>
</ul>
@ -828,6 +835,7 @@
<li><a href="./#catalogentityspec">CatalogEntitySpec</a></li>
<li><a href="./#kubernetesclusterstatusphase">KubernetesClusterStatusPhase</a></li>
<li><a href="./#weblinkspec">WebLinkSpec</a></li>
<li><a href="./#weblinkstatusphase">WebLinkStatusPhase</a></li>
</ul>
<h2 id="type-aliases_1">Type aliases<a class="headerlink" href="#type-aliases_1" title="Permanent link">#</a></h2>
<h3 id="catalogentityconstructor">CatalogEntityConstructor<a class="headerlink" href="#catalogentityconstructor" title="Permanent link">#</a></h3>
@ -888,6 +896,9 @@
</tr>
</tbody>
</table>
<hr />
<h3 id="weblinkstatusphase">WebLinkStatusPhase<a class="headerlink" href="#weblinkstatusphase" title="Permanent link">#</a></h3>
<p>Ƭ <strong>WebLinkStatusPhase</strong>: <code>"available"</code> | <code>"unavailable"</code></p>

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.