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

Deployed 159c240a80 to master with MkDocs 1.2.3 and mike 1.1.2

This commit is contained in:
GitHub Action 2021-11-16 17:48:53 +00:00
parent 505d2a740f
commit c39de4afd3
36 changed files with 649 additions and 553 deletions

View File

@ -904,7 +904,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3> <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> <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> <h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@44397</p> <p>IpcRegistrar.__@IpcPrefix@44433</p>
<hr /> <hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3> <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> <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> <h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
<p><strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p> <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> <h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>LensExtension.__@Disposers@30189</p> <p>LensExtension.__@Disposers@30209</p>
<hr /> <hr />
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3> <h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
<p><strong>appMenus</strong>: <code>MenuRegistration</code>[] = <code>[]</code></p> <p><strong>appMenus</strong>: <code>MenuRegistration</code>[] = <code>[]</code></p>

View File

@ -785,6 +785,13 @@
context context
</a> </a>
</li>
<li class="md-nav__item">
<a href="#loaderrors" class="md-nav__link">
loadErrors
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -944,6 +951,13 @@
render render
</a> </a>
</li>
<li class="md-nav__item">
<a href="#renderloaderrors" class="md-nav__link">
renderLoadErrors
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -1009,6 +1023,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="./#context">context</a></li> <li><a href="./#context">context</a></li>
<li><a href="./#loaderrors">loadErrors</a></li>
<li><a href="./#props">props</a></li> <li><a href="./#props">props</a></li>
<li><a href="./#refs">refs</a></li> <li><a href="./#refs">refs</a></li>
<li><a href="./#state">state</a></li> <li><a href="./#state">state</a></li>
@ -1034,6 +1049,7 @@
<li><a href="./#forceupdate">forceUpdate</a></li> <li><a href="./#forceupdate">forceUpdate</a></li>
<li><a href="./#getsnapshotbeforeupdate">getSnapshotBeforeUpdate</a></li> <li><a href="./#getsnapshotbeforeupdate">getSnapshotBeforeUpdate</a></li>
<li><a href="./#render">render</a></li> <li><a href="./#render">render</a></li>
<li><a href="./#renderloaderrors">renderLoadErrors</a></li>
<li><a href="./#setstate">setState</a></li> <li><a href="./#setstate">setState</a></li>
<li><a href="./#shouldcomponentupdate">shouldComponentUpdate</a></li> <li><a href="./#shouldcomponentupdate">shouldComponentUpdate</a></li>
</ul> </ul>
@ -1088,6 +1104,9 @@ Should be used with type annotation or static contextType.</p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4> <h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>React.Component.context</p> <p>React.Component.context</p>
<hr /> <hr />
<h3 id="loaderrors">loadErrors<a class="headerlink" href="#loaderrors" title="Permanent link">#</a></h3>
<p><strong>loadErrors</strong>: <code>string</code>[] = <code>[]</code></p>
<hr />
<h3 id="props">props<a class="headerlink" href="#props" title="Permanent link">#</a></h3> <h3 id="props">props<a class="headerlink" href="#props" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>props</strong>: <code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.KubeObjectListLayoutProps/"><code>KubeObjectListLayoutProps</code></a>&lt;<code>K</code>>> &amp; <code>Readonly</code>&lt;<code>Object</code>></p> <p><code>Readonly</code> <strong>props</strong>: <code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.KubeObjectListLayoutProps/"><code>KubeObjectListLayoutProps</code></a>&lt;<code>K</code>>> &amp; <code>Readonly</code>&lt;<code>Object</code>></p>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4> <h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
@ -1445,6 +1464,11 @@ lifecycle events from running.</p>
<h4 id="overrides_2">Overrides<a class="headerlink" href="#overrides_2" title="Permanent link">#</a></h4> <h4 id="overrides_2">Overrides<a class="headerlink" href="#overrides_2" title="Permanent link">#</a></h4>
<p>React.Component.render</p> <p>React.Component.render</p>
<hr /> <hr />
<h3 id="renderloaderrors">renderLoadErrors<a class="headerlink" href="#renderloaderrors" title="Permanent link">#</a></h3>
<p><strong>renderLoadErrors</strong>(): <code>Element</code></p>
<h4 id="returns_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4>
<p><code>Element</code></p>
<hr />
<h3 id="setstate">setState<a class="headerlink" href="#setstate" title="Permanent link">#</a></h3> <h3 id="setstate">setState<a class="headerlink" href="#setstate" title="Permanent link">#</a></h3>
<p><strong>setState</strong>&lt;<code>K</code>>(<code>state</code>, <code>callback?</code>): <code>void</code></p> <p><strong>setState</strong>&lt;<code>K</code>>(<code>state</code>, <code>callback?</code>): <code>void</code></p>
<h4 id="type-parameters_2">Type parameters<a class="headerlink" href="#type-parameters_2" title="Permanent link">#</a></h4> <h4 id="type-parameters_2">Type parameters<a class="headerlink" href="#type-parameters_2" title="Permanent link">#</a></h4>
@ -1481,7 +1505,7 @@ lifecycle events from running.</p>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<h4 id="returns_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4> <h4 id="returns_15">Returns<a class="headerlink" href="#returns_15" title="Permanent link">#</a></h4>
<p><code>void</code></p> <p><code>void</code></p>
<h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4> <h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
<p>React.Component.setState</p> <p>React.Component.setState</p>
@ -1517,7 +1541,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<h4 id="returns_15">Returns<a class="headerlink" href="#returns_15" title="Permanent link">#</a></h4> <h4 id="returns_16">Returns<a class="headerlink" href="#returns_16" title="Permanent link">#</a></h4>
<p><code>boolean</code></p> <p><code>boolean</code></p>
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4> <h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
<p>React.Component.shouldComponentUpdate</p> <p>React.Component.shouldComponentUpdate</p>

View File

@ -904,7 +904,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3> <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> <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> <h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@44397</p> <p>IpcRegistrar.__@IpcPrefix@44433</p>
<hr /> <hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3> <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> <p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>

View File

@ -1846,19 +1846,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2195,7 +2183,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2206,7 +2209,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2228,7 +2231,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2250,7 +2253,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2272,7 +2275,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<code>K</code>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<code>K</code>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2305,7 +2308,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<code>K</code>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<code>K</code>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1867,19 +1867,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2204,7 +2192,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_42">Returns<a class="headerlink" href="#returns_42" title="Permanent link">#</a></h4> <h4 id="returns_42">Returns<a class="headerlink" href="#returns_42" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2215,7 +2218,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2237,7 +2240,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2259,7 +2262,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2281,7 +2284,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.CustomResourceDefinition/"><code>CustomResourceDefinition</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.CustomResourceDefinition/"><code>CustomResourceDefinition</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2314,7 +2317,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.CustomResourceDefinition/"><code>CustomResourceDefinition</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.CustomResourceDefinition/"><code>CustomResourceDefinition</code></a>></p>
<h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4> <h4 id="parameters_34">Parameters<a class="headerlink" href="#parameters_34" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1809,19 +1809,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2158,7 +2146,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2169,7 +2172,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2191,7 +2194,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2213,7 +2216,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2235,7 +2238,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ConfigMap/"><code>ConfigMap</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ConfigMap/"><code>ConfigMap</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2268,7 +2271,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ConfigMap/"><code>ConfigMap</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ConfigMap/"><code>ConfigMap</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1840,19 +1840,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2189,7 +2177,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4> <h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2200,7 +2203,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2222,7 +2225,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2244,7 +2247,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2266,7 +2269,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.CronJob/"><code>CronJob</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.CronJob/"><code>CronJob</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2299,7 +2302,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.CronJob/"><code>CronJob</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.CronJob/"><code>CronJob</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1844,19 +1844,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2193,7 +2181,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4> <h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2204,7 +2207,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2226,7 +2229,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2248,7 +2251,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2270,7 +2273,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.DaemonSet/"><code>DaemonSet</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.DaemonSet/"><code>DaemonSet</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2303,7 +2306,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.DaemonSet/"><code>DaemonSet</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.DaemonSet/"><code>DaemonSet</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1844,19 +1844,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2181,7 +2169,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4> <h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2192,7 +2195,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2214,7 +2217,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2236,7 +2239,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2258,7 +2261,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Deployment/"><code>Deployment</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Deployment/"><code>Deployment</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2291,7 +2294,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Deployment/"><code>Deployment</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Deployment/"><code>Deployment</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1809,19 +1809,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2158,7 +2146,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2169,7 +2172,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2191,7 +2194,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2213,7 +2216,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2235,7 +2238,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Endpoint/"><code>Endpoint</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Endpoint/"><code>Endpoint</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2268,7 +2271,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Endpoint/"><code>Endpoint</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Endpoint/"><code>Endpoint</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1842,19 +1842,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2179,7 +2167,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_27">Parameters<a class="headerlink" href="#parameters_27" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_42">Returns<a class="headerlink" href="#returns_42" title="Permanent link">#</a></h4> <h4 id="returns_42">Returns<a class="headerlink" href="#returns_42" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2190,7 +2193,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_27">Parameters<a class="headerlink" href="#parameters_27" title="Permanent link">#</a></h4> <h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2212,7 +2215,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2234,7 +2237,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2256,7 +2259,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.KubeEvent/"><code>KubeEvent</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.KubeEvent/"><code>KubeEvent</code></a>></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2289,7 +2292,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.KubeEvent/"><code>KubeEvent</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.KubeEvent/"><code>KubeEvent</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1809,19 +1809,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2158,7 +2146,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2169,7 +2172,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2191,7 +2194,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2213,7 +2216,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2235,7 +2238,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.HorizontalPodAutoscaler/"><code>HorizontalPodAutoscaler</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.HorizontalPodAutoscaler/"><code>HorizontalPodAutoscaler</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2268,7 +2271,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.HorizontalPodAutoscaler/"><code>HorizontalPodAutoscaler</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.HorizontalPodAutoscaler/"><code>HorizontalPodAutoscaler</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1809,19 +1809,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2158,7 +2146,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2169,7 +2172,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2191,7 +2194,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2213,7 +2216,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2235,7 +2238,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Ingress/"><code>Ingress</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Ingress/"><code>Ingress</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2268,7 +2271,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Ingress/"><code>Ingress</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Ingress/"><code>Ingress</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1876,19 +1876,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2225,7 +2213,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_41">Returns<a class="headerlink" href="#returns_41" title="Permanent link">#</a></h4> <h4 id="returns_41">Returns<a class="headerlink" href="#returns_41" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2236,7 +2239,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2258,7 +2261,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2280,7 +2283,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2302,7 +2305,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Job/"><code>Job</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Job/"><code>Job</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2335,7 +2338,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Job/"><code>Job</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Job/"><code>Job</code></a>></p>
<h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4> <h4 id="parameters_34">Parameters<a class="headerlink" href="#parameters_34" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1836,19 +1836,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2173,7 +2161,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p>ItemStore.sortItems</p> <p>ItemStore.sortItems</p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2182,7 +2185,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2204,7 +2207,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2226,7 +2229,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2248,7 +2251,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<code>T</code>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<code>T</code>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2277,7 +2280,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<code>T</code>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<code>T</code>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1809,19 +1809,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2158,7 +2146,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2169,7 +2172,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2191,7 +2194,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2213,7 +2216,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2235,7 +2238,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.LimitRange/"><code>LimitRange</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.LimitRange/"><code>LimitRange</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2268,7 +2271,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.LimitRange/"><code>LimitRange</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.LimitRange/"><code>LimitRange</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1981,19 +1981,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -1809,19 +1809,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2158,7 +2146,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2169,7 +2172,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2191,7 +2194,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2213,7 +2216,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2235,7 +2238,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.NetworkPolicy/"><code>NetworkPolicy</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.NetworkPolicy/"><code>NetworkPolicy</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2268,7 +2271,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.NetworkPolicy/"><code>NetworkPolicy</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.NetworkPolicy/"><code>NetworkPolicy</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1833,19 +1833,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2182,7 +2170,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_27">Parameters<a class="headerlink" href="#parameters_27" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_42">Returns<a class="headerlink" href="#returns_42" title="Permanent link">#</a></h4> <h4 id="returns_42">Returns<a class="headerlink" href="#returns_42" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2193,7 +2196,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_27">Parameters<a class="headerlink" href="#parameters_27" title="Permanent link">#</a></h4> <h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2215,7 +2218,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2237,7 +2240,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2259,7 +2262,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Node/"><code>Node</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Node/"><code>Node</code></a>></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2292,7 +2295,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Node/"><code>Node</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Node/"><code>Node</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1822,19 +1822,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2171,7 +2159,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4> <h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2182,7 +2185,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2204,7 +2207,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2226,7 +2229,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2248,7 +2251,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.PersistentVolume/"><code>PersistentVolume</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.PersistentVolume/"><code>PersistentVolume</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2281,7 +2284,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.PersistentVolume/"><code>PersistentVolume</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.PersistentVolume/"><code>PersistentVolume</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1809,19 +1809,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2158,7 +2146,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2169,7 +2172,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2191,7 +2194,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2213,7 +2216,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2235,7 +2238,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.PodDisruptionBudget/"><code>PodDisruptionBudget</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.PodDisruptionBudget/"><code>PodDisruptionBudget</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2268,7 +2271,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.PodDisruptionBudget/"><code>PodDisruptionBudget</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.PodDisruptionBudget/"><code>PodDisruptionBudget</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1943,19 +1943,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2312,7 +2300,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_44">Returns<a class="headerlink" href="#returns_44" title="Permanent link">#</a></h4> <h4 id="returns_44">Returns<a class="headerlink" href="#returns_44" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2323,7 +2326,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2345,7 +2348,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4> <h4 id="parameters_34">Parameters<a class="headerlink" href="#parameters_34" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2367,7 +2370,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_34">Parameters<a class="headerlink" href="#parameters_34" title="Permanent link">#</a></h4> <h4 id="parameters_35">Parameters<a class="headerlink" href="#parameters_35" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2389,7 +2392,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Pod/"><code>Pod</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Pod/"><code>Pod</code></a>></p>
<h4 id="parameters_35">Parameters<a class="headerlink" href="#parameters_35" title="Permanent link">#</a></h4> <h4 id="parameters_36">Parameters<a class="headerlink" href="#parameters_36" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2422,7 +2425,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Pod/"><code>Pod</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Pod/"><code>Pod</code></a>></p>
<h4 id="parameters_36">Parameters<a class="headerlink" href="#parameters_36" title="Permanent link">#</a></h4> <h4 id="parameters_37">Parameters<a class="headerlink" href="#parameters_37" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1872,19 +1872,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2221,7 +2209,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_41">Returns<a class="headerlink" href="#returns_41" title="Permanent link">#</a></h4> <h4 id="returns_41">Returns<a class="headerlink" href="#returns_41" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2232,7 +2235,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2254,7 +2257,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2276,7 +2279,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2298,7 +2301,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ReplicaSet/"><code>ReplicaSet</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ReplicaSet/"><code>ReplicaSet</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2331,7 +2334,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ReplicaSet/"><code>ReplicaSet</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ReplicaSet/"><code>ReplicaSet</code></a>></p>
<h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4> <h4 id="parameters_34">Parameters<a class="headerlink" href="#parameters_34" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1809,19 +1809,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2158,7 +2146,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2169,7 +2172,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2191,7 +2194,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2213,7 +2216,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2235,7 +2238,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ResourceQuota/"><code>ResourceQuota</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ResourceQuota/"><code>ResourceQuota</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2268,7 +2271,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ResourceQuota/"><code>ResourceQuota</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ResourceQuota/"><code>ResourceQuota</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1825,19 +1825,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2186,7 +2174,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4> <h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2197,7 +2200,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2219,7 +2222,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2241,7 +2244,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2263,7 +2266,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.RoleBinding/"><code>RoleBinding</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.RoleBinding/"><code>RoleBinding</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2296,7 +2299,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.RoleBinding/"><code>RoleBinding</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.RoleBinding/"><code>RoleBinding</code></a>></p>
<h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4> <h4 id="parameters_34">Parameters<a class="headerlink" href="#parameters_34" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2322,7 +2325,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updatesubjects">updateSubjects<a class="headerlink" href="#updatesubjects" title="Permanent link">#</a></h3> <h3 id="updatesubjects">updateSubjects<a class="headerlink" href="#updatesubjects" title="Permanent link">#</a></h3>
<p><strong>updateSubjects</strong>(<code>roleBinding</code>, <code>subjects</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.RoleBinding/"><code>RoleBinding</code></a>></p> <p><strong>updateSubjects</strong>(<code>roleBinding</code>, <code>subjects</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.RoleBinding/"><code>RoleBinding</code></a>></p>
<h4 id="parameters_34">Parameters<a class="headerlink" href="#parameters_34" title="Permanent link">#</a></h4> <h4 id="parameters_35">Parameters<a class="headerlink" href="#parameters_35" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1794,19 +1794,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2131,7 +2119,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_27">Parameters<a class="headerlink" href="#parameters_27" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2142,7 +2145,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_27">Parameters<a class="headerlink" href="#parameters_27" title="Permanent link">#</a></h4> <h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2164,7 +2167,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2186,7 +2189,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2208,7 +2211,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Role/"><code>Role</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Role/"><code>Role</code></a>></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2241,7 +2244,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Role/"><code>Role</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Role/"><code>Role</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1809,19 +1809,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2158,7 +2146,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2169,7 +2172,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2191,7 +2194,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2213,7 +2216,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2235,7 +2238,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Secret/"><code>Secret</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Secret/"><code>Secret</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2268,7 +2271,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Secret/"><code>Secret</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Secret/"><code>Secret</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1790,19 +1790,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2139,7 +2127,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_27">Parameters<a class="headerlink" href="#parameters_27" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2150,7 +2153,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_27">Parameters<a class="headerlink" href="#parameters_27" title="Permanent link">#</a></h4> <h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2172,7 +2175,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2194,7 +2197,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2216,7 +2219,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ServiceAccount/"><code>ServiceAccount</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ServiceAccount/"><code>ServiceAccount</code></a>></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2249,7 +2252,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ServiceAccount/"><code>ServiceAccount</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.ServiceAccount/"><code>ServiceAccount</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1809,19 +1809,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2158,7 +2146,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2169,7 +2172,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2191,7 +2194,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2213,7 +2216,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2235,7 +2238,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Service/"><code>Service</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Service/"><code>Service</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2268,7 +2271,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Service/"><code>Service</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.Service/"><code>Service</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1844,19 +1844,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2193,7 +2181,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4> <h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2204,7 +2207,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2226,7 +2229,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2248,7 +2251,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2270,7 +2273,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.StatefulSet/"><code>StatefulSet</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.StatefulSet/"><code>StatefulSet</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2303,7 +2306,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.StatefulSet/"><code>StatefulSet</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.StatefulSet/"><code>StatefulSet</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1822,19 +1822,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2171,7 +2159,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4> <h4 id="returns_40">Returns<a class="headerlink" href="#returns_40" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2182,7 +2185,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2204,7 +2207,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2226,7 +2229,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2248,7 +2251,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.StorageClass/"><code>StorageClass</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.StorageClass/"><code>StorageClass</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2281,7 +2284,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.StorageClass/"><code>StorageClass</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.StorageClass/"><code>StorageClass</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1809,19 +1809,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>options</code></td> <td align="left"><code>options</code></td>
<td align="left"><code>Object</code></td> <td align="left"><code>KubeObjectStoreLoadAllParams</code></td>
</tr>
<tr>
<td align="left"><code>options.merge?</code></td>
<td align="left"><code>boolean</code></td>
</tr>
<tr>
<td align="left"><code>options.namespaces?</code></td>
<td align="left"><code>string</code>[]</td>
</tr>
<tr>
<td align="left"><code>options.reqInit?</code></td>
<td align="left"><code>RequestInit</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2158,7 +2146,22 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p> <p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#sortitems">sortItems</a></p>
<hr /> <hr />
<h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3> <h3 id="subscribe">subscribe<a class="headerlink" href="#subscribe" title="Permanent link">#</a></h3>
<p><strong>subscribe</strong>(): () =&gt; <code>void</code></p> <p><strong>subscribe</strong>(<code>opts?</code>): () =&gt; <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" 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>opts</code></td>
<td align="left"><code>KubeObjectStoreSubscribeParams</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4> <h4 id="returns_39">Returns<a class="headerlink" href="#returns_39" title="Permanent link">#</a></h4>
<p><code>fn</code></p> <p><code>fn</code></p>
<p>▸ (): <code>void</code></p> <p>▸ (): <code>void</code></p>
@ -2169,7 +2172,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3> <h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
<p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p> <p><strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4> <h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2191,7 +2194,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3> <h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
<p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p> <p><strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4> <h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2213,7 +2216,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3> <h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
<p><strong>unselect</strong>(<code>item</code>): <code>void</code></p> <p><strong>unselect</strong>(<code>item</code>): <code>void</code></p>
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4> <h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2235,7 +2238,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3> <h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
<p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.PersistentVolumeClaim/"><code>PersistentVolumeClaim</code></a>></p> <p><strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.PersistentVolumeClaim/"><code>PersistentVolumeClaim</code></a>></p>
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4> <h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -2268,7 +2271,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
<hr /> <hr />
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3> <h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.PersistentVolumeClaim/"><code>PersistentVolumeClaim</code></a>></p> <p><code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code>&lt;<a href="../Renderer.K8sApi.PersistentVolumeClaim/"><code>PersistentVolumeClaim</code></a>></p>
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4> <h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@ -1127,7 +1127,7 @@
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3> <h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
<p><strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p> <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> <h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>LensExtension.__@Disposers@30189</p> <p>LensExtension.__@Disposers@30209</p>
<hr /> <hr />
<h3 id="apppreferences">appPreferences<a class="headerlink" href="#apppreferences" title="Permanent link">#</a></h3> <h3 id="apppreferences">appPreferences<a class="headerlink" href="#apppreferences" title="Permanent link">#</a></h3>
<p><strong>appPreferences</strong>: <a href="../../interfaces/Common.Types.AppPreferenceRegistration/"><code>AppPreferenceRegistration</code></a>[] = <code>[]</code></p> <p><strong>appPreferences</strong>: <a href="../../interfaces/Common.Types.AppPreferenceRegistration/"><code>AppPreferenceRegistration</code></a>[] = <code>[]</code></p>

File diff suppressed because one or more lines are too long

Binary file not shown.