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

Deployed 3d0b0b7bd1 to master with MkDocs 1.4.2 and mike 1.1.2

This commit is contained in:
GitHub Action 2023-04-21 18:25:14 +00:00
parent e9fde51509
commit 0c4772e1cd
7 changed files with 55 additions and 18 deletions

View File

@ -1421,9 +1421,9 @@ creation timestamp of this object.</p>
<p><code>undefined</code> | <code>string</code></p> <p><code>undefined</code> | <code>string</code></p>
<hr /> <hr />
<h3 id="iscontrolledbyhnc">isControlledByHNC<a class="headerlink" href="#iscontrolledbyhnc" title="Permanent link">#</a></h3> <h3 id="iscontrolledbyhnc">isControlledByHNC<a class="headerlink" href="#iscontrolledbyhnc" title="Permanent link">#</a></h3>
<p><strong>isControlledByHNC</strong>(): <code>undefined</code> | <code>string</code></p> <p><strong>isControlledByHNC</strong>(): <code>boolean</code></p>
<h4 id="returns_17">Returns<a class="headerlink" href="#returns_17" title="Permanent link">#</a></h4> <h4 id="returns_17">Returns<a class="headerlink" href="#returns_17" title="Permanent link">#</a></h4>
<p><code>undefined</code> | <code>string</code></p> <p><code>boolean</code></p>
<hr /> <hr />
<h3 id="issubnamespace">isSubnamespace<a class="headerlink" href="#issubnamespace" title="Permanent link">#</a></h3> <h3 id="issubnamespace">isSubnamespace<a class="headerlink" href="#issubnamespace" title="Permanent link">#</a></h3>
<p><strong>isSubnamespace</strong>(): <code>undefined</code> | <code>string</code></p> <p><strong>isSubnamespace</strong>(): <code>undefined</code> | <code>string</code></p>

View File

@ -743,6 +743,13 @@
icon icon
</a> </a>
</li>
<li class="md-nav__item">
<a href="#id" class="md-nav__link">
id
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -786,6 +793,7 @@
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3> <h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
<ul> <ul>
<li><a href="./#icon">icon</a></li> <li><a href="./#icon">icon</a></li>
<li><a href="./#id">id</a></li>
<li><a href="./#onclick">onClick</a></li> <li><a href="./#onclick">onClick</a></li>
<li><a href="./#title">title</a></li> <li><a href="./#title">title</a></li>
</ul> </ul>
@ -796,6 +804,9 @@
<p>This is required because this item can be either rendered as a context menu or as a toolbar in <p>This is required because this item can be either rendered as a context menu or as a toolbar in
the kube object details page.</p> the kube object details page.</p>
<hr /> <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>
<hr />
<h3 id="onclick">onClick<a class="headerlink" href="#onclick" title="Permanent link">#</a></h3> <h3 id="onclick">onClick<a class="headerlink" href="#onclick" title="Permanent link">#</a></h3>
<p><strong>onClick</strong>: (<code>obj</code>: <a href="../../classes/Main.K8sApi.KubeObject/"><code>KubeObject</code></a>&lt;<a href="../../modules/Main.K8sApi/#kubeobjectmetadata"><code>KubeObjectMetadata</code></a>&lt;<code>KubeObjectScope</code>>, <code>unknown</code>, <code>unknown</code>>) =&gt; <code>void</code></p> <p><strong>onClick</strong>: (<code>obj</code>: <a href="../../classes/Main.K8sApi.KubeObject/"><code>KubeObject</code></a>&lt;<a href="../../modules/Main.K8sApi/#kubeobjectmetadata"><code>KubeObjectMetadata</code></a>&lt;<code>KubeObjectScope</code>>, <code>unknown</code>, <code>unknown</code>>) =&gt; <code>void</code></p>
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4> <h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>

View File

@ -783,7 +783,7 @@
</ul> </ul>
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2> <h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
<h3 id="menuitems">menuItems<a class="headerlink" href="#menuitems" title="Permanent link">#</a></h3> <h3 id="menuitems">menuItems<a class="headerlink" href="#menuitems" title="Permanent link">#</a></h3>
<p><strong>menuItems</strong>: <a href="../Common.Types.KubeObjectContextMenuItem/"><code>KubeObjectContextMenuItem</code></a>[]</p> <p><code>Readonly</code> <strong>menuItems</strong>: <code>IObservableArray</code>&lt;<a href="../Common.Types.KubeObjectContextMenuItem/"><code>KubeObjectContextMenuItem</code></a>></p>
<hr /> <hr />
<h3 id="navigate">navigate<a class="headerlink" href="#navigate" title="Permanent link">#</a></h3> <h3 id="navigate">navigate<a class="headerlink" href="#navigate" title="Permanent link">#</a></h3>
<p><strong>navigate</strong>: (<code>location</code>: <code>string</code>) =&gt; <code>void</code></p> <p><strong>navigate</strong>: (<code>location</code>: <code>string</code>) =&gt; <code>void</code></p>

View File

@ -1373,7 +1373,7 @@ If not provided, ResourceNames is used instead with a fallback to resource kind.
<p>Omit.spinnerTestId</p> <p>Omit.spinnerTestId</p>
<hr /> <hr />
<h3 id="store">store<a class="headerlink" href="#store" title="Permanent link">#</a></h3> <h3 id="store">store<a class="headerlink" href="#store" title="Permanent link">#</a></h3>
<p><strong>store</strong>: <code>KubeObjectStore</code>&lt;<code>K</code>, <code>A</code>, <code>D</code>></p> <p><strong>store</strong>: <a href="../../modules/Renderer.Component/#kubeitemliststore"><code>KubeItemListStore</code></a>&lt;<code>K</code>></p>
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4> <h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
<p>Omit.store</p> <p>Omit.store</p>
<hr /> <hr />

View File

@ -854,6 +854,13 @@
InputValidator InputValidator
</a> </a>
</li>
<li class="md-nav__item">
<a href="#kubeitemliststore" class="md-nav__link">
KubeItemListStore
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -1565,6 +1572,7 @@
<li><a href="./#inputvalidation">InputValidation</a></li> <li><a href="./#inputvalidation">InputValidation</a></li>
<li><a href="./#inputvalidationresult">InputValidationResult</a></li> <li><a href="./#inputvalidationresult">InputValidationResult</a></li>
<li><a href="./#inputvalidator">InputValidator</a></li> <li><a href="./#inputvalidator">InputValidator</a></li>
<li><a href="./#kubeitemliststore">KubeItemListStore</a></li>
<li><a href="./#legacyautoconvertedoptions">LegacyAutoConvertedOptions</a></li> <li><a href="./#legacyautoconvertedoptions">LegacyAutoConvertedOptions</a></li>
<li><a href="./#monacocustomtheme">MonacoCustomTheme</a></li> <li><a href="./#monacocustomtheme">MonacoCustomTheme</a></li>
<li><a href="./#monacoeditorid">MonacoEditorId</a></li> <li><a href="./#monacoeditorid">MonacoEditorId</a></li>
@ -1769,6 +1777,24 @@
</tbody> </tbody>
</table> </table>
<hr /> <hr />
<h3 id="kubeitemliststore">KubeItemListStore<a class="headerlink" href="#kubeitemliststore" title="Permanent link">#</a></h3>
<p>Ƭ <strong>KubeItemListStore</strong>&lt;<code>K</code>>: <code>ItemListStore</code>&lt;<code>K</code>, <code>false</code>> &amp; <code>SubscribableStore</code> &amp; { <code>contextItems</code>: <code>K</code>[] ; <code>getByPath</code>: (<code>path</code>: <code>string</code>) =&gt; <code>K</code> | <code>undefined</code> }</p>
<h4 id="type-parameters_3">Type parameters<a class="headerlink" href="#type-parameters_3" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
<th align="left">Name</th>
<th align="left">Type</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>K</code></td>
<td align="left">extends <a href="../../classes/Main.K8sApi.KubeObject/"><code>KubeObject</code></a></td>
</tr>
</tbody>
</table>
<hr />
<h3 id="legacyautoconvertedoptions">LegacyAutoConvertedOptions<a class="headerlink" href="#legacyautoconvertedoptions" title="Permanent link">#</a></h3> <h3 id="legacyautoconvertedoptions">LegacyAutoConvertedOptions<a class="headerlink" href="#legacyautoconvertedoptions" title="Permanent link">#</a></h3>
<p>Ƭ <strong>LegacyAutoConvertedOptions</strong>: <code>string</code>[]</p> <p>Ƭ <strong>LegacyAutoConvertedOptions</strong>: <code>string</code>[]</p>
<p><strong><code>Deprecated</code></strong></p> <p><strong><code>Deprecated</code></strong></p>
@ -1858,7 +1884,7 @@
<hr /> <hr />
<h3 id="tablerowelem">TableRowElem<a class="headerlink" href="#tablerowelem" title="Permanent link">#</a></h3> <h3 id="tablerowelem">TableRowElem<a class="headerlink" href="#tablerowelem" title="Permanent link">#</a></h3>
<p>Ƭ <strong>TableRowElem</strong>&lt;<code>Item</code>>: <code>React.ReactElement</code>&lt;<a href="../../interfaces/Renderer.Component.TableRowProps/"><code>TableRowProps</code></a>&lt;<code>Item</code>>></p> <p>Ƭ <strong>TableRowElem</strong>&lt;<code>Item</code>>: <code>React.ReactElement</code>&lt;<a href="../../interfaces/Renderer.Component.TableRowProps/"><code>TableRowProps</code></a>&lt;<code>Item</code>>></p>
<h4 id="type-parameters_3">Type parameters<a class="headerlink" href="#type-parameters_3" title="Permanent link">#</a></h4> <h4 id="type-parameters_4">Type parameters<a class="headerlink" href="#type-parameters_4" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -1877,7 +1903,7 @@
<hr /> <hr />
<h3 id="tablesortcallback">TableSortCallback<a class="headerlink" href="#tablesortcallback" title="Permanent link">#</a></h3> <h3 id="tablesortcallback">TableSortCallback<a class="headerlink" href="#tablesortcallback" title="Permanent link">#</a></h3>
<p>Ƭ <strong>TableSortCallback</strong>&lt;<code>Item</code>>: (<code>data</code>: <code>Item</code>) =&gt; <code>undefined</code> | <code>string</code> | <code>number</code> | (<code>string</code> | <code>number</code>)[]</p> <p>Ƭ <strong>TableSortCallback</strong>&lt;<code>Item</code>>: (<code>data</code>: <code>Item</code>) =&gt; <code>undefined</code> | <code>string</code> | <code>number</code> | (<code>string</code> | <code>number</code>)[]</p>
<h4 id="type-parameters_4">Type parameters<a class="headerlink" href="#type-parameters_4" title="Permanent link">#</a></h4> <h4 id="type-parameters_5">Type parameters<a class="headerlink" href="#type-parameters_5" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -1912,7 +1938,7 @@
<hr /> <hr />
<h3 id="tablesortcallbacks">TableSortCallbacks<a class="headerlink" href="#tablesortcallbacks" title="Permanent link">#</a></h3> <h3 id="tablesortcallbacks">TableSortCallbacks<a class="headerlink" href="#tablesortcallbacks" title="Permanent link">#</a></h3>
<p>Ƭ <strong>TableSortCallbacks</strong>&lt;<code>Item</code>>: <code>Record</code>&lt;<code>string</code>, <a href="./#tablesortcallback"><code>TableSortCallback</code></a>&lt;<code>Item</code>>></p> <p>Ƭ <strong>TableSortCallbacks</strong>&lt;<code>Item</code>>: <code>Record</code>&lt;<code>string</code>, <a href="./#tablesortcallback"><code>TableSortCallback</code></a>&lt;<code>Item</code>>></p>
<h4 id="type-parameters_5">Type parameters<a class="headerlink" href="#type-parameters_5" title="Permanent link">#</a></h4> <h4 id="type-parameters_6">Type parameters<a class="headerlink" href="#type-parameters_6" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2383,7 +2409,7 @@
<hr /> <hr />
<h3 id="kubeobjectlistlayout">KubeObjectListLayout<a class="headerlink" href="#kubeobjectlistlayout" title="Permanent link">#</a></h3> <h3 id="kubeobjectlistlayout">KubeObjectListLayout<a class="headerlink" href="#kubeobjectlistlayout" title="Permanent link">#</a></h3>
<p><strong>KubeObjectListLayout</strong>&lt;<code>K</code>, <code>A</code>, <code>D</code>>(<code>props</code>): <code>ReactElement</code>&lt;<code>any</code>, <code>string</code> | <code>JSXElementConstructor</code>&lt;<code>any</code>>></p> <p><strong>KubeObjectListLayout</strong>&lt;<code>K</code>, <code>A</code>, <code>D</code>>(<code>props</code>): <code>ReactElement</code>&lt;<code>any</code>, <code>string</code> | <code>JSXElementConstructor</code>&lt;<code>any</code>>></p>
<h4 id="type-parameters_6">Type parameters<a class="headerlink" href="#type-parameters_6" title="Permanent link">#</a></h4> <h4 id="type-parameters_7">Type parameters<a class="headerlink" href="#type-parameters_7" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2426,7 +2452,7 @@
<hr /> <hr />
<h3 id="kubeobjectmenu">KubeObjectMenu<a class="headerlink" href="#kubeobjectmenu" title="Permanent link">#</a></h3> <h3 id="kubeobjectmenu">KubeObjectMenu<a class="headerlink" href="#kubeobjectmenu" title="Permanent link">#</a></h3>
<p><strong>KubeObjectMenu</strong>&lt;<code>T</code>>(<code>props</code>): <code>ReactElement</code>&lt;<code>any</code>, <code>string</code> | <code>JSXElementConstructor</code>&lt;<code>any</code>>></p> <p><strong>KubeObjectMenu</strong>&lt;<code>T</code>>(<code>props</code>): <code>ReactElement</code>&lt;<code>any</code>, <code>string</code> | <code>JSXElementConstructor</code>&lt;<code>any</code>>></p>
<h4 id="type-parameters_7">Type parameters<a class="headerlink" href="#type-parameters_7" title="Permanent link">#</a></h4> <h4 id="type-parameters_8">Type parameters<a class="headerlink" href="#type-parameters_8" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2602,7 +2628,7 @@
<hr /> <hr />
<h3 id="namespaceselect">NamespaceSelect<a class="headerlink" href="#namespaceselect" title="Permanent link">#</a></h3> <h3 id="namespaceselect">NamespaceSelect<a class="headerlink" href="#namespaceselect" title="Permanent link">#</a></h3>
<p><strong>NamespaceSelect</strong>&lt;<code>IsMulti</code>>(<code>props</code>): <code>JSX.Element</code></p> <p><strong>NamespaceSelect</strong>&lt;<code>IsMulti</code>>(<code>props</code>): <code>JSX.Element</code></p>
<h4 id="type-parameters_8">Type parameters<a class="headerlink" href="#type-parameters_8" title="Permanent link">#</a></h4> <h4 id="type-parameters_9">Type parameters<a class="headerlink" href="#type-parameters_9" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2714,7 +2740,7 @@
<hr /> <hr />
<h3 id="radio">Radio<a class="headerlink" href="#radio" title="Permanent link">#</a></h3> <h3 id="radio">Radio<a class="headerlink" href="#radio" title="Permanent link">#</a></h3>
<p><strong>Radio</strong>&lt;<code>T</code>>(<code>«destructured»</code>): <code>JSX.Element</code></p> <p><strong>Radio</strong>&lt;<code>T</code>>(<code>«destructured»</code>): <code>JSX.Element</code></p>
<h4 id="type-parameters_9">Type parameters<a class="headerlink" href="#type-parameters_9" title="Permanent link">#</a></h4> <h4 id="type-parameters_10">Type parameters<a class="headerlink" href="#type-parameters_10" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2747,7 +2773,7 @@
<hr /> <hr />
<h3 id="radiogroup">RadioGroup<a class="headerlink" href="#radiogroup" title="Permanent link">#</a></h3> <h3 id="radiogroup">RadioGroup<a class="headerlink" href="#radiogroup" title="Permanent link">#</a></h3>
<p><strong>RadioGroup</strong>&lt;<code>T</code>>(<code>«destructured»</code>): <code>JSX.Element</code></p> <p><strong>RadioGroup</strong>&lt;<code>T</code>>(<code>«destructured»</code>): <code>JSX.Element</code></p>
<h4 id="type-parameters_10">Type parameters<a class="headerlink" href="#type-parameters_10" title="Permanent link">#</a></h4> <h4 id="type-parameters_11">Type parameters<a class="headerlink" href="#type-parameters_11" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2780,7 +2806,7 @@
<hr /> <hr />
<h3 id="resourcemetrics">ResourceMetrics<a class="headerlink" href="#resourcemetrics" title="Permanent link">#</a></h3> <h3 id="resourcemetrics">ResourceMetrics<a class="headerlink" href="#resourcemetrics" title="Permanent link">#</a></h3>
<p><strong>ResourceMetrics</strong>&lt;<code>Keys</code>>(<code>«destructured»</code>): <code>Element</code></p> <p><strong>ResourceMetrics</strong>&lt;<code>Keys</code>>(<code>«destructured»</code>): <code>Element</code></p>
<h4 id="type-parameters_11">Type parameters<a class="headerlink" href="#type-parameters_11" title="Permanent link">#</a></h4> <h4 id="type-parameters_12">Type parameters<a class="headerlink" href="#type-parameters_12" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2839,7 +2865,7 @@
<hr /> <hr />
<h3 id="select">Select<a class="headerlink" href="#select" title="Permanent link">#</a></h3> <h3 id="select">Select<a class="headerlink" href="#select" title="Permanent link">#</a></h3>
<p><strong>Select</strong>&lt;<code>Value</code>, <code>Option</code>, <code>IsMulti</code>, <code>Group</code>>(<code>props</code>): <code>ReactElement</code>&lt;<code>any</code>, <code>string</code> | <code>JSXElementConstructor</code>&lt;<code>any</code>>></p> <p><strong>Select</strong>&lt;<code>Value</code>, <code>Option</code>, <code>IsMulti</code>, <code>Group</code>>(<code>props</code>): <code>ReactElement</code>&lt;<code>any</code>, <code>string</code> | <code>JSXElementConstructor</code>&lt;<code>any</code>>></p>
<h4 id="type-parameters_12">Type parameters<a class="headerlink" href="#type-parameters_12" title="Permanent link">#</a></h4> <h4 id="type-parameters_13">Type parameters<a class="headerlink" href="#type-parameters_13" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2996,7 +3022,7 @@
<hr /> <hr />
<h3 id="table">Table<a class="headerlink" href="#table" title="Permanent link">#</a></h3> <h3 id="table">Table<a class="headerlink" href="#table" title="Permanent link">#</a></h3>
<p><strong>Table</strong>&lt;<code>Item</code>>(<code>props</code>): <code>ReactElement</code>&lt;<code>any</code>, <code>string</code> | <code>JSXElementConstructor</code>&lt;<code>any</code>>></p> <p><strong>Table</strong>&lt;<code>Item</code>>(<code>props</code>): <code>ReactElement</code>&lt;<code>any</code>, <code>string</code> | <code>JSXElementConstructor</code>&lt;<code>any</code>>></p>
<h4 id="type-parameters_13">Type parameters<a class="headerlink" href="#type-parameters_13" title="Permanent link">#</a></h4> <h4 id="type-parameters_14">Type parameters<a class="headerlink" href="#type-parameters_14" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -3161,7 +3187,7 @@
<hr /> <hr />
<h3 id="onmultiselectfor">onMultiSelectFor<a class="headerlink" href="#onmultiselectfor" title="Permanent link">#</a></h3> <h3 id="onmultiselectfor">onMultiSelectFor<a class="headerlink" href="#onmultiselectfor" title="Permanent link">#</a></h3>
<p><strong>onMultiSelectFor</strong>&lt;<code>Value</code>, <code>Option</code>, <code>Group</code>>(<code>collection</code>): <a href="../../interfaces/Renderer.Component.SelectProps/"><code>SelectProps</code></a>&lt;<code>Value</code>, <code>Option</code>, <code>true</code>, <code>Group</code>>[<code>"onChange"</code>]</p> <p><strong>onMultiSelectFor</strong>&lt;<code>Value</code>, <code>Option</code>, <code>Group</code>>(<code>collection</code>): <a href="../../interfaces/Renderer.Component.SelectProps/"><code>SelectProps</code></a>&lt;<code>Value</code>, <code>Option</code>, <code>true</code>, <code>Group</code>>[<code>"onChange"</code>]</p>
<h4 id="type-parameters_14">Type parameters<a class="headerlink" href="#type-parameters_14" title="Permanent link">#</a></h4> <h4 id="type-parameters_15">Type parameters<a class="headerlink" href="#type-parameters_15" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -3264,7 +3290,7 @@ valid if one of the input validators matches the input</p>
<hr /> <hr />
<h3 id="withtooltip">withTooltip<a class="headerlink" href="#withtooltip" title="Permanent link">#</a></h3> <h3 id="withtooltip">withTooltip<a class="headerlink" href="#withtooltip" title="Permanent link">#</a></h3>
<p><strong>withTooltip</strong>&lt;<code>TargetProps</code>>(<code>Target</code>): <code>React.FunctionComponent</code>&lt;<code>TargetProps</code> &amp; <a href="../../interfaces/Renderer.Component.TooltipDecoratorProps/"><code>TooltipDecoratorProps</code></a>></p> <p><strong>withTooltip</strong>&lt;<code>TargetProps</code>>(<code>Target</code>): <code>React.FunctionComponent</code>&lt;<code>TargetProps</code> &amp; <a href="../../interfaces/Renderer.Component.TooltipDecoratorProps/"><code>TooltipDecoratorProps</code></a>></p>
<h4 id="type-parameters_15">Type parameters<a class="headerlink" href="#type-parameters_15" title="Permanent link">#</a></h4> <h4 id="type-parameters_16">Type parameters<a class="headerlink" href="#type-parameters_16" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

File diff suppressed because one or more lines are too long

Binary file not shown.