mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed d66e6c23c5 to master with MkDocs 1.3.0 and mike 1.1.2
This commit is contained in:
parent
76199d3e13
commit
076a340624
@ -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@81502</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@81840</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><<code>LensExtensionDependencies</code>></p>
|
||||
|
||||
@ -1069,12 +1069,12 @@
|
||||
<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@29897</p>
|
||||
<p>LensExtension.__@Disposers@29903</p>
|
||||
<hr />
|
||||
<h3 id="lensextensiondependencies">[lensExtensionDependencies]<a class="headerlink" href="#lensextensiondependencies" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Readonly</code> <strong>[lensExtensionDependencies]</strong>: <code>LensMainExtensionDependencies</code></p>
|
||||
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.__@lensExtensionDependencies@29900</p>
|
||||
<p>LensExtension.__@lensExtensionDependencies@29906</p>
|
||||
<hr />
|
||||
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>appMenus</strong>: <code>MenuRegistration</code>[] = <code>[]</code></p>
|
||||
|
||||
@ -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@81502</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@81840</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><<code>LensExtensionDependencies</code>></p>
|
||||
|
||||
@ -1205,12 +1205,12 @@
|
||||
<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@29897</p>
|
||||
<p>LensExtension.__@Disposers@29903</p>
|
||||
<hr />
|
||||
<h3 id="lensextensiondependencies">[lensExtensionDependencies]<a class="headerlink" href="#lensextensiondependencies" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Readonly</code> <strong>[lensExtensionDependencies]</strong>: <code>LensRendererExtensionDependencies</code></p>
|
||||
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.__@lensExtensionDependencies@29900</p>
|
||||
<p>LensExtension.__@lensExtensionDependencies@29906</p>
|
||||
<hr />
|
||||
<h3 id="additionalcategorycolumns">additionalCategoryColumns<a class="headerlink" href="#additionalcategorycolumns" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>additionalCategoryColumns</strong>: <a href="../../interfaces/Renderer.Component.AdditionalCategoryColumnRegistration/"><code>AdditionalCategoryColumnRegistration</code></a>[] = <code>[]</code></p>
|
||||
@ -1429,6 +1429,7 @@ folder name.</p>
|
||||
<p>Defines if extension is enabled for a given cluster. This method is only
|
||||
called when the extension is created within a cluster frame.</p>
|
||||
<p>The default implementation is to return <code>true</code></p>
|
||||
<p><strong><code>deprecated</code></strong> Switch to using "enabled" or "visible" properties in each registration together with <code>activeCluster</code></p>
|
||||
<h4 id="parameters_4">Parameters<a class="headerlink" href="#parameters_4" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
|
||||
@ -772,6 +772,13 @@
|
||||
priority
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#visible" class="md-nav__link">
|
||||
visible
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@ -817,6 +824,7 @@
|
||||
<li><a href="./#components">components</a></li>
|
||||
<li><a href="./#kind">kind</a></li>
|
||||
<li><a href="./#priority">priority</a></li>
|
||||
<li><a href="./#visible">visible</a></li>
|
||||
</ul>
|
||||
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||
<h3 id="apiversions">apiVersions<a class="headerlink" href="#apiversions" title="Permanent link">#</a></h3>
|
||||
@ -830,6 +838,9 @@
|
||||
<hr />
|
||||
<h3 id="priority">priority<a class="headerlink" href="#priority" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>priority</strong>: <code>number</code></p>
|
||||
<hr />
|
||||
<h3 id="visible">visible<a class="headerlink" href="#visible" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>visible</strong>: <code>IComputedValue</code><<code>boolean</code>></p>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -758,6 +758,13 @@
|
||||
kind
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#visible" class="md-nav__link">
|
||||
visible
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@ -787,6 +794,7 @@
|
||||
<li><a href="./#apiversions">apiVersions</a></li>
|
||||
<li><a href="./#components">components</a></li>
|
||||
<li><a href="./#kind">kind</a></li>
|
||||
<li><a href="./#visible">visible</a></li>
|
||||
</ul>
|
||||
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||
<h3 id="apiversions">apiVersions<a class="headerlink" href="#apiversions" title="Permanent link">#</a></h3>
|
||||
@ -797,6 +805,9 @@
|
||||
<hr />
|
||||
<h3 id="kind">kind<a class="headerlink" href="#kind" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>kind</strong>: <code>string</code></p>
|
||||
<hr />
|
||||
<h3 id="visible">visible<a class="headerlink" href="#visible" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>visible</strong>: <code>IComputedValue</code><<code>boolean</code>></p>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -758,6 +758,13 @@
|
||||
resolve
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#visible" class="md-nav__link">
|
||||
visible
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@ -787,6 +794,7 @@
|
||||
<li><a href="./#apiversions">apiVersions</a></li>
|
||||
<li><a href="./#kind">kind</a></li>
|
||||
<li><a href="./#resolve">resolve</a></li>
|
||||
<li><a href="./#visible">visible</a></li>
|
||||
</ul>
|
||||
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||
<h3 id="apiversions">apiVersions<a class="headerlink" href="#apiversions" title="Permanent link">#</a></h3>
|
||||
@ -816,6 +824,9 @@
|
||||
</table>
|
||||
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStatus/"><code>KubeObjectStatus</code></a></p>
|
||||
<hr />
|
||||
<h3 id="visible">visible<a class="headerlink" href="#visible" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>visible</strong>: <code>IComputedValue</code><<code>boolean</code>></p>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -744,6 +744,13 @@
|
||||
components
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#enabled" class="md-nav__link">
|
||||
enabled
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@ -785,6 +792,7 @@
|
||||
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="./#components">components</a></li>
|
||||
<li><a href="./#enabled">enabled</a></li>
|
||||
<li><a href="./#id">id</a></li>
|
||||
<li><a href="./#params">params</a></li>
|
||||
</ul>
|
||||
@ -792,6 +800,9 @@
|
||||
<h3 id="components">components<a class="headerlink" href="#components" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>components</strong>: <a href="../Common.Types.PageComponents/"><code>PageComponents</code></a></p>
|
||||
<hr />
|
||||
<h3 id="enabled">enabled<a class="headerlink" href="#enabled" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>enabled</strong>: <code>IComputedValue</code><<code>boolean</code>></p>
|
||||
<hr />
|
||||
<h3 id="id">id<a class="headerlink" href="#id" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>id</strong>: <code>string</code></p>
|
||||
<p>Page ID, part of extension's page url, must be unique within same extension
|
||||
|
||||
@ -746,6 +746,13 @@
|
||||
<nav class="md-nav" aria-label="Variables">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#activecluster" class="md-nav__link">
|
||||
activeCluster
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#catalogcategories" class="md-nav__link">
|
||||
catalogCategories
|
||||
@ -788,10 +795,14 @@
|
||||
</ul>
|
||||
<h3 id="variables">Variables<a class="headerlink" href="#variables" title="Permanent link">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="./#activecluster">activeCluster</a></li>
|
||||
<li><a href="./#catalogcategories">catalogCategories</a></li>
|
||||
<li><a href="./#catalogentities">catalogEntities</a></li>
|
||||
</ul>
|
||||
<h2 id="variables_1">Variables<a class="headerlink" href="#variables_1" title="Permanent link">#</a></h2>
|
||||
<h3 id="activecluster">activeCluster<a class="headerlink" href="#activecluster" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Const</code> <strong>activeCluster</strong>: <code>IComputedValue</code><<code>null</code> | <a href="../../classes/Common.Catalog.KubernetesCluster/"><code>KubernetesCluster</code></a><<a href="../../interfaces/Common.Catalog.KubernetesClusterMetadata/"><code>KubernetesClusterMetadata</code></a>, <a href="../../interfaces/Common.Catalog.KubernetesClusterStatus/"><code>KubernetesClusterStatus</code></a>, <a href="../../interfaces/Common.Catalog.KubernetesClusterSpec/"><code>KubernetesClusterSpec</code></a>>></p>
|
||||
<hr />
|
||||
<h3 id="catalogcategories">catalogCategories<a class="headerlink" href="#catalogcategories" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Const</code> <strong>catalogCategories</strong>: <code>CatalogCategoryRegistry</code></p>
|
||||
<hr />
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue
Block a user