mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed b7be3ae21a to master with MkDocs 1.2.2 and mike 1.0.1
This commit is contained in:
parent
3c665519bc
commit
a495083d89
@ -953,7 +953,6 @@
|
||||
</ul>
|
||||
<p>↳ <strong>CatalogCategory</strong></p>
|
||||
<p>↳↳ <a href="../common.catalog.generalcategory/">GeneralCategory</a></p>
|
||||
<p>↳↳ <a href="../common.catalog.kubernetesclustercategory/">KubernetesClusterCategory</a></p>
|
||||
<p>↳↳ <a href="../common.catalog.weblinkcategory/">WebLinkCategory</a></p>
|
||||
<h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2>
|
||||
<h3 id="constructors">Constructors<a class="headerlink" href="#constructors" title="Permanent link">#</a></h3>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -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@43337</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@43369</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>
|
||||
|
||||
@ -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@30051</p>
|
||||
<p>LensExtension.__@Disposers@31024</p>
|
||||
<hr />
|
||||
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>appMenus</strong>: <code>MenuRegistration</code>[] = []</p>
|
||||
|
||||
@ -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@43337</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@43369</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>
|
||||
|
||||
@ -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@30051</p>
|
||||
<p>LensExtension.__@Disposers@31024</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>
|
||||
|
||||
@ -737,6 +737,13 @@
|
||||
confirm
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#defaultaction" class="md-nav__link">
|
||||
defaultAction
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@ -790,6 +797,7 @@
|
||||
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="./#confirm">confirm</a></li>
|
||||
<li><a href="./#defaultaction">defaultAction</a></li>
|
||||
<li><a href="./#icon">icon</a></li>
|
||||
<li><a href="./#onclick">onClick</a></li>
|
||||
<li><a href="./#title">title</a></li>
|
||||
@ -816,6 +824,9 @@
|
||||
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
|
||||
<p><a href="../common.catalog.catalogentitycontextmenu/">CatalogEntityContextMenu</a>.<a href="../common.catalog.catalogentitycontextmenu/#confirm">confirm</a></p>
|
||||
<hr />
|
||||
<h3 id="defaultaction">defaultAction<a class="headerlink" href="#defaultaction" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>defaultAction</strong>: <code>boolean</code></p>
|
||||
<hr />
|
||||
<h3 id="icon">icon<a class="headerlink" href="#icon" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>icon</strong>: <code>string</code></p>
|
||||
<p>Menu icon</p>
|
||||
|
||||
@ -732,13 +732,6 @@
|
||||
<nav class="md-nav" aria-label="Properties">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#accessiblenamespaces" class="md-nav__link">
|
||||
accessibleNamespaces
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#icon" class="md-nav__link">
|
||||
icon
|
||||
@ -796,16 +789,12 @@
|
||||
<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="./#accessiblenamespaces">accessibleNamespaces</a></li>
|
||||
<li><a href="./#icon">icon</a></li>
|
||||
<li><a href="./#kubeconfigcontext">kubeconfigContext</a></li>
|
||||
<li><a href="./#kubeconfigpath">kubeconfigPath</a></li>
|
||||
<li><a href="./#metrics">metrics</a></li>
|
||||
</ul>
|
||||
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||
<h3 id="accessiblenamespaces">accessibleNamespaces<a class="headerlink" href="#accessiblenamespaces" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>accessibleNamespaces</strong>: <code>string</code>[]</p>
|
||||
<hr />
|
||||
<h3 id="icon">icon<a class="headerlink" href="#icon" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>icon</strong>: <code>Object</code></p>
|
||||
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -724,6 +724,13 @@
|
||||
Type aliases
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#variables" class="md-nav__link">
|
||||
Variables
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@ -777,6 +784,26 @@
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#variables_1" class="md-nav__link">
|
||||
Variables
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="Variables">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#kubernetesclustercategory" class="md-nav__link">
|
||||
kubernetesClusterCategory
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@ -803,7 +830,6 @@
|
||||
<li><a href="../../classes/common.catalog.generalcategory/">GeneralCategory</a></li>
|
||||
<li><a href="../../classes/common.catalog.generalentity/">GeneralEntity</a></li>
|
||||
<li><a href="../../classes/common.catalog.kubernetescluster/">KubernetesCluster</a></li>
|
||||
<li><a href="../../classes/common.catalog.kubernetesclustercategory/">KubernetesClusterCategory</a></li>
|
||||
<li><a href="../../classes/common.catalog.weblink/">WebLink</a></li>
|
||||
<li><a href="../../classes/common.catalog.weblinkcategory/">WebLinkCategory</a></li>
|
||||
</ul>
|
||||
@ -837,6 +863,10 @@
|
||||
<li><a href="./#weblinkspec">WebLinkSpec</a></li>
|
||||
<li><a href="./#weblinkstatusphase">WebLinkStatusPhase</a></li>
|
||||
</ul>
|
||||
<h3 id="variables">Variables<a class="headerlink" href="#variables" title="Permanent link">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="./#kubernetesclustercategory">kubernetesClusterCategory</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>
|
||||
<p>Ƭ <strong>CatalogEntityConstructor</strong><Entity>: (<code>data</code>: <a href="../../interfaces/common.catalog.catalogentitydata/">CatalogEntityData</a><ExtractEntityMetadataType<Entity>, ExtractEntityStatusType<Entity>, ExtractEntitySpecType<Entity\>\>) => <code>Entity</code></p>
|
||||
@ -899,6 +929,9 @@
|
||||
<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>
|
||||
<h2 id="variables_1">Variables<a class="headerlink" href="#variables_1" title="Permanent link">#</a></h2>
|
||||
<h3 id="kubernetesclustercategory">kubernetesClusterCategory<a class="headerlink" href="#kubernetesclustercategory" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Const</code> <strong>kubernetesClusterCategory</strong>: <code>KubernetesClusterCategory</code></p>
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -45,11 +45,6 @@
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://api-docs.k8slens.dev/master/extensions/api/classes/common.catalog.kubernetesclustercategory/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://api-docs.k8slens.dev/master/extensions/api/classes/common.catalog.weblink/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user