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

Deployed a320516963 to master with MkDocs 1.2.1 and mike 1.0.1

This commit is contained in:
GitHub Action 2021-06-14 08:42:29 +00:00
parent 4641bd4f97
commit 9dc220a942
7 changed files with 46 additions and 5 deletions

View File

@ -771,7 +771,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@40375</p>
<p>IpcRegistrar.__@IpcPrefix@40392</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

@ -874,7 +874,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@24150</p>
<p>LensExtension.__@Disposers@24154</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

@ -771,7 +771,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@40375</p>
<p>IpcRegistrar.__@IpcPrefix@40392</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

@ -771,6 +771,13 @@
statusBarItems
</a>
</li>
<li class="md-nav__item">
<a href="#topbaritems" class="md-nav__link">
topBarItems
</a>
</li>
<li class="md-nav__item">
@ -928,6 +935,7 @@
<li><a href="./#manifestpath">manifestPath</a></li>
<li><a href="./#protocolhandlers">protocolHandlers</a></li>
<li><a href="./#statusbaritems">statusBarItems</a></li>
<li><a href="./#topbaritems">topBarItems</a></li>
<li><a href="./#welcomemenus">welcomeMenus</a></li>
</ul>
<h3 id="accessors">Accessors<a class="headerlink" href="#accessors" title="Permanent link">#</a></h3>
@ -970,7 +978,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@24150</p>
<p>LensExtension.__@Disposers@24154</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>
@ -1036,6 +1044,9 @@
<h3 id="statusbaritems">statusBarItems<a class="headerlink" href="#statusbaritems" title="Permanent link">#</a></h3>
<p><strong>statusBarItems</strong>: <a href="../../interfaces/common.types.statusbarregistration/">StatusBarRegistration</a>[] = []</p>
<hr />
<h3 id="topbaritems">topBarItems<a class="headerlink" href="#topbaritems" title="Permanent link">#</a></h3>
<p><strong>topBarItems</strong>: <code>TopBarRegistration</code>[] = []</p>
<hr />
<h3 id="welcomemenus">welcomeMenus<a class="headerlink" href="#welcomemenus" title="Permanent link">#</a></h3>
<p><strong>welcomeMenus</strong>: <code>WelcomeMenuRegistration</code>[] = []</p>
<h2 id="accessors_1">Accessors<a class="headerlink" href="#accessors_1" title="Permanent link">#</a></h2>

View File

@ -450,6 +450,13 @@
Status Bar Items
</a>
</li>
<li class="md-nav__item">
<a href="#kubernetes-workloads-overview-items" class="md-nav__link">
Kubernetes Workloads Overview Items
</a>
</li>
<li class="md-nav__item">
@ -796,6 +803,13 @@
Status Bar Items
</a>
</li>
<li class="md-nav__item">
<a href="#kubernetes-workloads-overview-items" class="md-nav__link">
Kubernetes Workloads Overview Items
</a>
</li>
<li class="md-nav__item">
@ -1032,6 +1046,22 @@ These features are visible in the "Cluster Settings" page.</p>
<span class="p">]</span>
<span class="p">}</span>
</code></pre></div>
<h3 id="kubernetes-workloads-overview-items">Kubernetes Workloads Overview Items<a class="headerlink" href="#kubernetes-workloads-overview-items" title="Permanent link">#</a></h3>
<p>This extension can register custom workloads overview items.</p>
<div class="highlight"><pre><span></span><code><span class="k">import</span> <span class="nx">React</span> <span class="k">from</span> <span class="s2">&quot;react&quot;</span>
<span class="k">import</span> <span class="p">{</span> <span class="nx">Renderer</span> <span class="p">}</span> <span class="k">from</span> <span class="s2">&quot;@k8slens/extensions&quot;</span><span class="p">;</span>
<span class="k">import</span> <span class="p">{</span> <span class="nx">CustomWorkloadsOverviewItem</span> <span class="p">}</span> <span class="k">from</span> <span class="s2">&quot;./src/custom-workloads-overview-item&quot;</span>
<span class="k">export</span> <span class="k">default</span> <span class="kd">class</span> <span class="nx">ExampleExtension</span> <span class="k">extends</span> <span class="nx">Renderer</span><span class="p">.</span><span class="nx">LensExtension</span> <span class="p">{</span>
<span class="nx">kubeWorkloadsOverviewItems</span> <span class="o">=</span> <span class="p">[</span>
<span class="p">{</span>
<span class="nx">components</span> <span class="o">:</span> <span class="p">{</span>
<span class="nx">Details</span><span class="o">:</span> <span class="p">()</span> <span class="o">=&gt;</span> <span class="o">&lt;</span><span class="nx">CustomWorkloadsOverviewItem</span> <span class="o">/&gt;</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="p">]</span>
<span class="p">}</span>
</code></pre></div>
<h3 id="kubernetes-object-menu-items">Kubernetes Object Menu Items<a class="headerlink" href="#kubernetes-object-menu-items" title="Permanent link">#</a></h3>
<p>This extension can register custom menu items (actions) for specified Kubernetes kinds/apiVersions.</p>
<div class="highlight"><pre><span></span><code><span class="k">import</span> <span class="nx">React</span> <span class="k">from</span> <span class="s2">&quot;react&quot;</span>

File diff suppressed because one or more lines are too long

Binary file not shown.