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

Deployed 49f0a1af9c to master with MkDocs 1.4.2 and mike 1.1.2

This commit is contained in:
GitHub Action 2023-03-28 15:09:26 +00:00
parent 40425dc0fe
commit f7dca14ef9
44 changed files with 1106 additions and 107 deletions

View File

@ -716,13 +716,6 @@
Type parameters
</a>
</li>
<li class="md-nav__item">
<a href="#hierarchy" class="md-nav__link">
Hierarchy
</a>
</li>
<li class="md-nav__item">
@ -787,13 +780,6 @@
<nav class="md-nav" aria-label="Properties">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#displayname" class="md-nav__link">
displayName
</a>
</li>
<li class="md-nav__item">
<a href="#extension" class="md-nav__link">
extension
@ -802,8 +788,15 @@
</li>
<li class="md-nav__item">
<a href="#params" class="md-nav__link">
params
<a href="#persistentstorage" class="md-nav__link">
persistentStorage
</a>
</li>
<li class="md-nav__item">
<a href="#rawparams" class="md-nav__link">
rawParams
</a>
</li>
@ -913,11 +906,6 @@
</tr>
</tbody>
</table>
<h2 id="hierarchy">Hierarchy<a class="headerlink" href="#hierarchy" title="Permanent link">#</a></h2>
<ul>
<li><code>BaseStore</code>&lt;<code>T</code>></li>
</ul>
<p><strong><code>ExtensionStore</code></strong></p>
<h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2>
<h3 id="constructors">Constructors<a class="headerlink" href="#constructors" title="Permanent link">#</a></h3>
<ul>
@ -925,9 +913,9 @@
</ul>
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
<ul>
<li><a href="./#displayname">displayName</a></li>
<li><a href="./#extension">extension</a></li>
<li><a href="./#params">params</a></li>
<li><a href="./#persistentstorage">persistentStorage</a></li>
<li><a href="./#rawparams">rawParams</a></li>
</ul>
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
<ul>
@ -942,7 +930,7 @@
</ul>
<h2 id="constructors_1">Constructors<a class="headerlink" href="#constructors_1" title="Permanent link">#</a></h2>
<h3 id="constructor">constructor<a class="headerlink" href="#constructor" title="Permanent link">#</a></h3>
<p><strong>new ExtensionStore</strong>&lt;<code>T</code>>(<code>«destructured»</code>)</p>
<p><strong>new ExtensionStore</strong>&lt;<code>T</code>>(<code>rawParams</code>)</p>
<h4 id="type-parameters_1">Type parameters<a class="headerlink" href="#type-parameters_1" title="Permanent link">#</a></h4>
<table>
<thead>
@ -968,67 +956,52 @@
</thead>
<tbody>
<tr>
<td align="left"><code>«destructured»</code></td>
<td align="left"><code>ExtensionStoreParams</code>&lt;<code>T</code>></td>
<td align="left"><code>rawParams</code></td>
<td align="left"><a href="../../interfaces/Common.Store.ExtensionStoreParams/"><code>ExtensionStoreParams</code></a>&lt;<code>T</code>></td>
</tr>
</tbody>
</table>
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
<p>BaseStore&lt;T\&gt;.constructor</p>
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
<h3 id="displayname">displayName<a class="headerlink" href="#displayname" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>displayName</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>BaseStore.displayName</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <code>Optional</code> <strong>extension</strong>: <a href="../Common.LensExtension/"><code>LensExtension</code></a>&lt;<code>LensExtensionDependencies</code>></p>
<hr />
<h3 id="params">params<a class="headerlink" href="#params" title="Permanent link">#</a></h3>
<p><code>Protected</code> <code>Readonly</code> <strong>params</strong>: <a href="../../interfaces/Common.Store.BaseStoreParams/"><code>BaseStoreParams</code></a>&lt;<code>T</code>></p>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>BaseStore.params</p>
<h3 id="persistentstorage">persistentStorage<a class="headerlink" href="#persistentstorage" title="Permanent link">#</a></h3>
<p><code>Protected</code> <code>Optional</code> <strong>persistentStorage</strong>: <code>PersistentStorage</code></p>
<hr />
<h3 id="rawparams">rawParams<a class="headerlink" href="#rawparams" title="Permanent link">#</a></h3>
<p><code>Protected</code> <code>Readonly</code> <strong>rawParams</strong>: <a href="../../interfaces/Common.Store.ExtensionStoreParams/"><code>ExtensionStoreParams</code></a>&lt;<code>T</code>></p>
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
<h3 id="cwd">cwd<a class="headerlink" href="#cwd" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>cwd</strong>(): <code>string</code></p>
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
<p><code>string</code></p>
<h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
<p>BaseStore.cwd</p>
<hr />
<h3 id="fromstore">fromStore<a class="headerlink" href="#fromstore" title="Permanent link">#</a></h3>
<p><code>Protected</code> <code>Abstract</code> <strong>fromStore</strong>(<code>data</code>): <code>void</code></p>
<p>fromStore is called internally when a child class syncs with the file
system.</p>
<p>Note: This function <strong>must</strong> be synchronous.</p>
<p><code>Abstract</code> <strong>fromStore</strong>(<code>data</code>): <code>void</code></p>
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
<th align="left">Name</th>
<th align="left">Type</th>
<th align="left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>data</code></td>
<td align="left"><code>T</code></td>
<td align="left">the parsed information read from the stored JSON file</td>
<td align="left"><code>Partial</code>&lt;<code>T</code>></td>
</tr>
</tbody>
</table>
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
<p>BaseStore.fromStore</p>
<hr />
<h3 id="load">load<a class="headerlink" href="#load" title="Permanent link">#</a></h3>
<p><strong>load</strong>(): <code>void</code></p>
<p><strong><code>Deprecated</code></strong></p>
<p>Never use this method. Instead call BaseExtensionStore.loadExtension</p>
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="overrides_2">Overrides<a class="headerlink" href="#overrides_2" title="Permanent link">#</a></h4>
<p>BaseStore.load</p>
<hr />
<h3 id="loadextension">loadExtension<a class="headerlink" href="#loadextension" title="Permanent link">#</a></h3>
<p><strong>loadExtension</strong>(<code>extension</code>): <code>void</code></p>
@ -1052,14 +1025,8 @@ system.</p>
<hr />
<h3 id="tojson">toJSON<a class="headerlink" href="#tojson" title="Permanent link">#</a></h3>
<p><code>Abstract</code> <strong>toJSON</strong>(): <code>T</code></p>
<p>toJSON is called when syncing the store to the filesystem. It should
produce a JSON serializable object representation of the current state.</p>
<p>It is recommended that a round trip is valid. Namely, calling
<code>this.fromStore(this.toJSON())</code> shouldn't change the state.</p>
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>T</code></p>
<h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
<p>BaseStore.toJSON</p>
<hr />
<h3 id="createinstance">createInstance<a class="headerlink" href="#createinstance" title="Permanent link">#</a></h3>
<p><code>Static</code> <strong>createInstance</strong>&lt;<code>T</code>, <code>R</code>>(<code>this</code>, <code>...args</code>): <code>T</code></p>

View File

@ -918,7 +918,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@1590</p>
<p>IpcRegistrar.__@IpcPrefix@5715</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <code>Readonly</code> <strong>extension</strong>: <a href="../Common.LensExtension/"><code>LensExtension</code></a>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -1536,7 +1536,7 @@
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<code>K</code>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
<p>InternalKubeObjectStore.__@iterator@187</p>
<p>InternalKubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -918,7 +918,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@1590</p>
<p>IpcRegistrar.__@IpcPrefix@5715</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <code>Readonly</code> <strong>extension</strong>: <a href="../Common.LensExtension/"><code>LensExtension</code></a>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -1447,7 +1447,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<code>K</code>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1443,7 +1443,7 @@
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.CustomResourceDefinition/"><code>CustomResourceDefinition</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.ConfigMap/"><code>ConfigMap</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1430,7 +1430,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.CronJob/"><code>CronJob</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1430,7 +1430,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.DaemonSet/"><code>DaemonSet</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1430,7 +1430,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.Deployment/"><code>Deployment</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.Endpoint/"><code>Endpoint</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1438,7 +1438,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.KubeEvent/"><code>KubeEvent</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.HorizontalPodAutoscaler/"><code>HorizontalPodAutoscaler</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<code>IngressClass</code>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.Ingress/"><code>Ingress</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1438,7 +1438,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.Job/"><code>Job</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1536,7 +1536,7 @@
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<code>K</code>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
<p>InternalKubeObjectStore.__@iterator@187</p>
<p>InternalKubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.LimitRange/"><code>LimitRange</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1589,7 +1589,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.Namespace/"><code>Namespace</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.NetworkPolicy/"><code>NetworkPolicy</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1448,7 +1448,7 @@
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.Node/"><code>Node</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1422,7 +1422,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.PersistentVolume/"><code>PersistentVolume</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.PodDisruptionBudget/"><code>PodDisruptionBudget</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1473,7 +1473,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.Pod/"><code>Pod</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.PriorityClass/"><code>PriorityClass</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1438,7 +1438,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.ReplicaSet/"><code>ReplicaSet</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.ResourceQuota/"><code>ResourceQuota</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1430,7 +1430,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.RoleBinding/"><code>RoleBinding</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.Role/"><code>Role</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.Secret/"><code>Secret</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.ServiceAccount/"><code>ServiceAccount</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.Service/"><code>Service</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1430,7 +1430,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.StatefulSet/"><code>StatefulSet</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1422,7 +1422,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.StorageClass/"><code>StorageClass</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<code>VerticalPodAutoscaler</code>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -1414,7 +1414,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>Generator</code>&lt;<a href="../Main.K8sApi.PersistentVolumeClaim/"><code>PersistentVolumeClaim</code></a>, <code>void</code>, <code>undefined</code>></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>KubeObjectStore.__@iterator@187</p>
<p>KubeObjectStore.__@iterator@50</p>
<hr />
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>

View File

@ -13,7 +13,7 @@
<meta name="author" content="Mirantis, Inc.">
<link rel="canonical" href="https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Store.BaseStoreParams/">
<link rel="canonical" href="https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Store.ExtensionStoreParams/">
@ -23,7 +23,7 @@
<title>Interface: BaseStoreParams - Lens Extension Development</title>
<title>Interface: ExtensionStoreParams - Lens Extension Development</title>
@ -88,7 +88,7 @@
<div data-md-component="skip">
<a href="#interface-basestoreparamst" class="md-skip">
<a href="#interface-extensionstoreparamst" class="md-skip">
Skip to content
</a>
@ -126,7 +126,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Interface: BaseStoreParams<T\>
Interface: ExtensionStoreParams<T\>
</span>
</div>
@ -758,6 +758,20 @@
configName
</a>
</li>
<li class="md-nav__item">
<a href="#cwd" class="md-nav__link">
cwd
</a>
</li>
<li class="md-nav__item">
<a href="#migrations" class="md-nav__link">
migrations
</a>
</li>
<li class="md-nav__item">
@ -786,40 +800,50 @@
<h1 id="interface-basestoreparamst">Interface: BaseStoreParams&lt;T><a class="headerlink" href="#interface-basestoreparamst" title="Permanent link">#</a></h1>
<p><a href="../../modules/Common/">Common</a>.<a href="../../modules/Common.Store/">Store</a>.BaseStoreParams</p>
<h1 id="interface-extensionstoreparamst">Interface: ExtensionStoreParams&lt;T><a class="headerlink" href="#interface-extensionstoreparamst" title="Permanent link">#</a></h1>
<p><a href="../../modules/Common/">Common</a>.<a href="../../modules/Common.Store/">Store</a>.ExtensionStoreParams</p>
<h2 id="type-parameters">Type parameters<a class="headerlink" href="#type-parameters" title="Permanent link">#</a></h2>
<table>
<thead>
<tr>
<th align="left">Name</th>
<th align="left">Type</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>T</code></td>
<td align="left">extends <code>object</code></td>
</tr>
</tbody>
</table>
<h2 id="hierarchy">Hierarchy<a class="headerlink" href="#hierarchy" title="Permanent link">#</a></h2>
<ul>
<li><code>Omit</code>&lt;<code>ConfOptions</code>&lt;<code>T</code>>, <code>"migrations"</code>></li>
<li><code>Omit</code>&lt;<a href="../Common.Store.PersistentStorageParams/"><code>PersistentStorageParams</code></a>&lt;<code>T</code>>, <code>"migrations"</code> | <code>"cwd"</code> | <code>"fromStore"</code> | <code>"toJSON"</code>></li>
</ul>
<p><strong><code>BaseStoreParams</code></strong></p>
<p><strong><code>ExtensionStoreParams</code></strong></p>
<h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2>
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
<ul>
<li><a href="./#configname">configName</a></li>
<li><a href="./#cwd">cwd</a></li>
<li><a href="./#migrations">migrations</a></li>
<li><a href="./#syncoptions">syncOptions</a></li>
</ul>
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
<h3 id="configname">configName<a class="headerlink" href="#configname" title="Permanent link">#</a></h3>
<p><strong>configName</strong>: <code>string</code></p>
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
<p><code>Readonly</code> <strong>configName</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>Omit.configName</p>
<hr />
<h3 id="cwd">cwd<a class="headerlink" href="#cwd" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>cwd</strong>: <code>string</code></p>
<hr />
<h3 id="migrations">migrations<a class="headerlink" href="#migrations" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>migrations</strong>: <code>Migrations</code>&lt;<code>T</code>></p>
<hr />
<h3 id="syncoptions">syncOptions<a class="headerlink" href="#syncoptions" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>syncOptions</strong>: <code>Object</code></p>
<p><code>Optional</code> <code>Readonly</code> <strong>syncOptions</strong>: <code>Object</code></p>
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
<table>
<thead>
@ -839,6 +863,8 @@
</tr>
</tbody>
</table>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>Omit.syncOptions</p>

File diff suppressed because it is too large Load Diff

View File

@ -761,7 +761,8 @@
</ul>
<h3 id="interfaces">Interfaces<a class="headerlink" href="#interfaces" title="Permanent link">#</a></h3>
<ul>
<li><a href="../../interfaces/Common.Store.BaseStoreParams/">BaseStoreParams</a></li>
<li><a href="../../interfaces/Common.Store.ExtensionStoreParams/">ExtensionStoreParams</a></li>
<li><a href="../../interfaces/Common.Store.PersistentStorageParams/">PersistentStorageParams</a></li>
</ul>

View File

@ -884,7 +884,7 @@ Licensed under MIT License. See LICENSE in root directory for more information.<
<tr>
<td align="left"><code>slackUrl</code></td>
<td align="left"><code>""</code></td>
<td align="left"><strong><code>Deprecated</code></strong> This value is now <code>""</code> and is left here for backwards compatability.</td>
<td align="left"><strong><code>Deprecated</code></strong> This value is now <code>""</code> and is left here for backwards compatibility.</td>
</tr>
<tr>
<td align="left"><code>version</code></td>

View File

@ -938,7 +938,7 @@
<tbody>
<tr>
<td align="left"><code>route</code></td>
<td align="left"><code>string</code> | <code>string</code>[] | <code>RouteProps</code>&lt;<code>string</code>, {}></td>
<td align="left"><code>string</code> | <code>RouteProps</code>&lt;<code>string</code>, {}> | <code>string</code>[]</td>
</tr>
</tbody>
</table>

File diff suppressed because one or more lines are too long

View File

@ -706,7 +706,12 @@
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Store.BaseStoreParams/</loc>
<loc>https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Store.ExtensionStoreParams/</loc>
<lastmod>2023-03-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Store.PersistentStorageParams/</loc>
<lastmod>2023-03-28</lastmod>
<changefreq>daily</changefreq>
</url>

Binary file not shown.