mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed 8082501bb3 to master with MkDocs 1.2.3 and mike 1.1.2
This commit is contained in:
parent
7f29274615
commit
1f4284ab15
@ -840,6 +840,20 @@
|
|||||||
getName
|
getName
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#getsource" class="md-nav__link">
|
||||||
|
getSource
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#isenabled" class="md-nav__link">
|
||||||
|
isEnabled
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -935,6 +949,8 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#getid">getId</a></li>
|
<li><a href="./#getid">getId</a></li>
|
||||||
<li><a href="./#getname">getName</a></li>
|
<li><a href="./#getname">getName</a></li>
|
||||||
|
<li><a href="./#getsource">getSource</a></li>
|
||||||
|
<li><a href="./#isenabled">isEnabled</a></li>
|
||||||
<li><a href="./#oncontextmenuopen">onContextMenuOpen</a></li>
|
<li><a href="./#oncontextmenuopen">onContextMenuOpen</a></li>
|
||||||
<li><a href="./#onrun">onRun</a></li>
|
<li><a href="./#onrun">onRun</a></li>
|
||||||
<li><a href="./#onsettingsopen">onSettingsOpen</a></li>
|
<li><a href="./#onsettingsopen">onSettingsOpen</a></li>
|
||||||
@ -983,11 +999,13 @@
|
|||||||
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="apiversion">apiVersion<a class="headerlink" href="#apiversion" title="Permanent link">#</a></h3>
|
<h3 id="apiversion">apiVersion<a class="headerlink" href="#apiversion" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Readonly</code> <code>Abstract</code> <strong>apiVersion</strong>: <code>string</code></p>
|
<p>• <code>Readonly</code> <code>Abstract</code> <strong>apiVersion</strong>: <code>string</code></p>
|
||||||
|
<p>The group and version of this class.</p>
|
||||||
<h4 id="implementation-of">Implementation of<a class="headerlink" href="#implementation-of" title="Permanent link">#</a></h4>
|
<h4 id="implementation-of">Implementation of<a class="headerlink" href="#implementation-of" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../../interfaces/Common.Catalog.CatalogEntityKindData/">CatalogEntityKindData</a>.<a href="../../interfaces/Common.Catalog.CatalogEntityKindData/#apiversion">apiVersion</a></p>
|
<p><a href="../../interfaces/Common.Catalog.CatalogEntityKindData/">CatalogEntityKindData</a>.<a href="../../interfaces/Common.Catalog.CatalogEntityKindData/#apiversion">apiVersion</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="kind">kind<a class="headerlink" href="#kind" title="Permanent link">#</a></h3>
|
<h3 id="kind">kind<a class="headerlink" href="#kind" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Readonly</code> <code>Abstract</code> <strong>kind</strong>: <code>string</code></p>
|
<p>• <code>Readonly</code> <code>Abstract</code> <strong>kind</strong>: <code>string</code></p>
|
||||||
|
<p>A DNS label name of the entity.</p>
|
||||||
<h4 id="implementation-of_1">Implementation of<a class="headerlink" href="#implementation-of_1" title="Permanent link">#</a></h4>
|
<h4 id="implementation-of_1">Implementation of<a class="headerlink" href="#implementation-of_1" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../../interfaces/Common.Catalog.CatalogEntityKindData/">CatalogEntityKindData</a>.<a href="../../interfaces/Common.Catalog.CatalogEntityKindData/#kind">kind</a></p>
|
<p><a href="../../interfaces/Common.Catalog.CatalogEntityKindData/">CatalogEntityKindData</a>.<a href="../../interfaces/Common.Catalog.CatalogEntityKindData/#kind">kind</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
@ -1002,14 +1020,29 @@
|
|||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="getid">getId<a class="headerlink" href="#getid" title="Permanent link">#</a></h3>
|
<h3 id="getid">getId<a class="headerlink" href="#getid" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>getId</strong>(): <code>string</code></p>
|
<p>▸ <strong>getId</strong>(): <code>string</code></p>
|
||||||
|
<p>Get the UID of this entity</p>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
||||||
<p><code>string</code></p>
|
<p><code>string</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="getname">getName<a class="headerlink" href="#getname" title="Permanent link">#</a></h3>
|
<h3 id="getname">getName<a class="headerlink" href="#getname" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>getName</strong>(): <code>string</code></p>
|
<p>▸ <strong>getName</strong>(): <code>string</code></p>
|
||||||
|
<p>Get the name of this entity</p>
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
||||||
<p><code>string</code></p>
|
<p><code>string</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="getsource">getSource<a class="headerlink" href="#getsource" title="Permanent link">#</a></h3>
|
||||||
|
<p>▸ <strong>getSource</strong>(): <code>string</code></p>
|
||||||
|
<p>Get the specified source of this entity, defaulting to <code>"unknown"</code> if not
|
||||||
|
provided</p>
|
||||||
|
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>string</code></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="isenabled">isEnabled<a class="headerlink" href="#isenabled" title="Permanent link">#</a></h3>
|
||||||
|
<p>▸ <strong>isEnabled</strong>(): <code>boolean</code></p>
|
||||||
|
<p>Get if this entity is enabled.</p>
|
||||||
|
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>boolean</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="oncontextmenuopen">onContextMenuOpen<a class="headerlink" href="#oncontextmenuopen" title="Permanent link">#</a></h3>
|
<h3 id="oncontextmenuopen">onContextMenuOpen<a class="headerlink" href="#oncontextmenuopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Abstract</code> <strong>onContextMenuOpen</strong>(<code>context</code>): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
<p>▸ <code>Abstract</code> <strong>onContextMenuOpen</strong>(<code>context</code>): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||||
@ -1027,7 +1060,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onrun">onRun<a class="headerlink" href="#onrun" title="Permanent link">#</a></h3>
|
<h3 id="onrun">onRun<a class="headerlink" href="#onrun" title="Permanent link">#</a></h3>
|
||||||
@ -1047,7 +1080,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onsettingsopen">onSettingsOpen<a class="headerlink" href="#onsettingsopen" title="Permanent link">#</a></h3>
|
<h3 id="onsettingsopen">onSettingsOpen<a class="headerlink" href="#onsettingsopen" title="Permanent link">#</a></h3>
|
||||||
@ -1067,7 +1100,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -826,6 +826,20 @@
|
|||||||
getName
|
getName
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#getsource" class="md-nav__link">
|
||||||
|
getSource
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#isenabled" class="md-nav__link">
|
||||||
|
isEnabled
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -914,6 +928,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#getid">getId</a></li>
|
<li><a href="./#getid">getId</a></li>
|
||||||
<li><a href="./#getname">getName</a></li>
|
<li><a href="./#getname">getName</a></li>
|
||||||
|
<li><a href="./#getsource">getSource</a></li>
|
||||||
|
<li><a href="./#isenabled">isEnabled</a></li>
|
||||||
<li><a href="./#oncontextmenuopen">onContextMenuOpen</a></li>
|
<li><a href="./#oncontextmenuopen">onContextMenuOpen</a></li>
|
||||||
<li><a href="./#ondetailsopen">onDetailsOpen</a></li>
|
<li><a href="./#ondetailsopen">onDetailsOpen</a></li>
|
||||||
<li><a href="./#onrun">onRun</a></li>
|
<li><a href="./#onrun">onRun</a></li>
|
||||||
@ -942,11 +958,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="apiversion">apiVersion<a class="headerlink" href="#apiversion" title="Permanent link">#</a></h3>
|
<h3 id="apiversion">apiVersion<a class="headerlink" href="#apiversion" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Readonly</code> <strong>apiVersion</strong>: <code>"entity.k8slens.dev/v1alpha1"</code></p>
|
<p>• <code>Readonly</code> <strong>apiVersion</strong>: <code>"entity.k8slens.dev/v1alpha1"</code></p>
|
||||||
|
<p>The group and version of this class.</p>
|
||||||
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
|
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#apiversion">apiVersion</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#apiversion">apiVersion</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="kind">kind<a class="headerlink" href="#kind" title="Permanent link">#</a></h3>
|
<h3 id="kind">kind<a class="headerlink" href="#kind" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Readonly</code> <strong>kind</strong>: <code>"General"</code></p>
|
<p>• <code>Readonly</code> <strong>kind</strong>: <code>"General"</code></p>
|
||||||
|
<p>A DNS label name of the entity.</p>
|
||||||
<h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
|
<h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#kind">kind</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#kind">kind</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
@ -967,6 +985,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="getid">getId<a class="headerlink" href="#getid" title="Permanent link">#</a></h3>
|
<h3 id="getid">getId<a class="headerlink" href="#getid" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>getId</strong>(): <code>string</code></p>
|
<p>▸ <strong>getId</strong>(): <code>string</code></p>
|
||||||
|
<p>Get the UID of this entity</p>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
||||||
<p><code>string</code></p>
|
<p><code>string</code></p>
|
||||||
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
||||||
@ -974,33 +993,51 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="getname">getName<a class="headerlink" href="#getname" title="Permanent link">#</a></h3>
|
<h3 id="getname">getName<a class="headerlink" href="#getname" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>getName</strong>(): <code>string</code></p>
|
<p>▸ <strong>getName</strong>(): <code>string</code></p>
|
||||||
|
<p>Get the name of this entity</p>
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
||||||
<p><code>string</code></p>
|
<p><code>string</code></p>
|
||||||
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#getname">getName</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#getname">getName</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="getsource">getSource<a class="headerlink" href="#getsource" title="Permanent link">#</a></h3>
|
||||||
|
<p>▸ <strong>getSource</strong>(): <code>string</code></p>
|
||||||
|
<p>Get the specified source of this entity, defaulting to <code>"unknown"</code> if not
|
||||||
|
provided</p>
|
||||||
|
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>string</code></p>
|
||||||
|
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#getsource">getSource</a></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="isenabled">isEnabled<a class="headerlink" href="#isenabled" title="Permanent link">#</a></h3>
|
||||||
|
<p>▸ <strong>isEnabled</strong>(): <code>boolean</code></p>
|
||||||
|
<p>Get if this entity is enabled.</p>
|
||||||
|
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>boolean</code></p>
|
||||||
|
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#isenabled">isEnabled</a></p>
|
||||||
|
<hr />
|
||||||
<h3 id="oncontextmenuopen">onContextMenuOpen<a class="headerlink" href="#oncontextmenuopen" title="Permanent link">#</a></h3>
|
<h3 id="oncontextmenuopen">onContextMenuOpen<a class="headerlink" href="#oncontextmenuopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onContextMenuOpen</strong>(): <code>void</code></p>
|
<p>▸ <strong>onContextMenuOpen</strong>(): <code>void</code></p>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></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><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#oncontextmenuopen">onContextMenuOpen</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#oncontextmenuopen">onContextMenuOpen</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="ondetailsopen">onDetailsOpen<a class="headerlink" href="#ondetailsopen" title="Permanent link">#</a></h3>
|
<h3 id="ondetailsopen">onDetailsOpen<a class="headerlink" href="#ondetailsopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onDetailsOpen</strong>(): <code>void</code></p>
|
<p>▸ <strong>onDetailsOpen</strong>(): <code>void</code></p>
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onrun">onRun<a class="headerlink" href="#onrun" title="Permanent link">#</a></h3>
|
<h3 id="onrun">onRun<a class="headerlink" href="#onrun" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onRun</strong>(): <code>Promise</code><<code>void</code>></p>
|
<p>▸ <strong>onRun</strong>(): <code>Promise</code><<code>void</code>></p>
|
||||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
|
||||||
<p><code>Promise</code><<code>void</code>></p>
|
<p><code>Promise</code><<code>void</code>></p>
|
||||||
<h4 id="overrides_3">Overrides<a class="headerlink" href="#overrides_3" title="Permanent link">#</a></h4>
|
<h4 id="overrides_3">Overrides<a class="headerlink" href="#overrides_3" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#onrun">onRun</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#onrun">onRun</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onsettingsopen">onSettingsOpen<a class="headerlink" href="#onsettingsopen" title="Permanent link">#</a></h3>
|
<h3 id="onsettingsopen">onSettingsOpen<a class="headerlink" href="#onsettingsopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onSettingsOpen</strong>(): <code>void</code></p>
|
<p>▸ <strong>onSettingsOpen</strong>(): <code>void</code></p>
|
||||||
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
<h4 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="overrides_4">Overrides<a class="headerlink" href="#overrides_4" title="Permanent link">#</a></h4>
|
<h4 id="overrides_4">Overrides<a class="headerlink" href="#overrides_4" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#onsettingsopen">onSettingsOpen</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#onsettingsopen">onSettingsOpen</a></p>
|
||||||
|
|||||||
@ -854,6 +854,20 @@
|
|||||||
getName
|
getName
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#getsource" class="md-nav__link">
|
||||||
|
getSource
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#isenabled" class="md-nav__link">
|
||||||
|
isEnabled
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -946,6 +960,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
<li><a href="./#disconnect">disconnect</a></li>
|
<li><a href="./#disconnect">disconnect</a></li>
|
||||||
<li><a href="./#getid">getId</a></li>
|
<li><a href="./#getid">getId</a></li>
|
||||||
<li><a href="./#getname">getName</a></li>
|
<li><a href="./#getname">getName</a></li>
|
||||||
|
<li><a href="./#getsource">getSource</a></li>
|
||||||
|
<li><a href="./#isenabled">isEnabled</a></li>
|
||||||
<li><a href="./#oncontextmenuopen">onContextMenuOpen</a></li>
|
<li><a href="./#oncontextmenuopen">onContextMenuOpen</a></li>
|
||||||
<li><a href="./#ondetailsopen">onDetailsOpen</a></li>
|
<li><a href="./#ondetailsopen">onDetailsOpen</a></li>
|
||||||
<li><a href="./#onrun">onRun</a></li>
|
<li><a href="./#onrun">onRun</a></li>
|
||||||
@ -974,11 +990,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="apiversion">apiVersion<a class="headerlink" href="#apiversion" title="Permanent link">#</a></h3>
|
<h3 id="apiversion">apiVersion<a class="headerlink" href="#apiversion" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Readonly</code> <strong>apiVersion</strong>: <code>"entity.k8slens.dev/v1alpha1"</code></p>
|
<p>• <code>Readonly</code> <strong>apiVersion</strong>: <code>"entity.k8slens.dev/v1alpha1"</code></p>
|
||||||
|
<p>The group and version of this class.</p>
|
||||||
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
|
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#apiversion">apiVersion</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#apiversion">apiVersion</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="kind">kind<a class="headerlink" href="#kind" title="Permanent link">#</a></h3>
|
<h3 id="kind">kind<a class="headerlink" href="#kind" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Readonly</code> <strong>kind</strong>: <code>"KubernetesCluster"</code></p>
|
<p>• <code>Readonly</code> <strong>kind</strong>: <code>"KubernetesCluster"</code></p>
|
||||||
|
<p>A DNS label name of the entity.</p>
|
||||||
<h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
|
<h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#kind">kind</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#kind">kind</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
@ -1015,6 +1033,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="getid">getId<a class="headerlink" href="#getid" title="Permanent link">#</a></h3>
|
<h3 id="getid">getId<a class="headerlink" href="#getid" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>getId</strong>(): <code>string</code></p>
|
<p>▸ <strong>getId</strong>(): <code>string</code></p>
|
||||||
|
<p>Get the UID of this entity</p>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
||||||
<p><code>string</code></p>
|
<p><code>string</code></p>
|
||||||
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
||||||
@ -1022,11 +1041,29 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="getname">getName<a class="headerlink" href="#getname" title="Permanent link">#</a></h3>
|
<h3 id="getname">getName<a class="headerlink" href="#getname" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>getName</strong>(): <code>string</code></p>
|
<p>▸ <strong>getName</strong>(): <code>string</code></p>
|
||||||
|
<p>Get the name of this entity</p>
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
||||||
<p><code>string</code></p>
|
<p><code>string</code></p>
|
||||||
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#getname">getName</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#getname">getName</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="getsource">getSource<a class="headerlink" href="#getsource" title="Permanent link">#</a></h3>
|
||||||
|
<p>▸ <strong>getSource</strong>(): <code>string</code></p>
|
||||||
|
<p>Get the specified source of this entity, defaulting to <code>"unknown"</code> if not
|
||||||
|
provided</p>
|
||||||
|
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>string</code></p>
|
||||||
|
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#getsource">getSource</a></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="isenabled">isEnabled<a class="headerlink" href="#isenabled" title="Permanent link">#</a></h3>
|
||||||
|
<p>▸ <strong>isEnabled</strong>(): <code>boolean</code></p>
|
||||||
|
<p>Get if this entity is enabled.</p>
|
||||||
|
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>boolean</code></p>
|
||||||
|
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#isenabled">isEnabled</a></p>
|
||||||
|
<hr />
|
||||||
<h3 id="oncontextmenuopen">onContextMenuOpen<a class="headerlink" href="#oncontextmenuopen" title="Permanent link">#</a></h3>
|
<h3 id="oncontextmenuopen">onContextMenuOpen<a class="headerlink" href="#oncontextmenuopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onContextMenuOpen</strong>(<code>context</code>): <code>Promise</code><<code>void</code>></p>
|
<p>▸ <strong>onContextMenuOpen</strong>(<code>context</code>): <code>Promise</code><<code>void</code>></p>
|
||||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||||
@ -1044,14 +1081,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
|
||||||
<p><code>Promise</code><<code>void</code>></p>
|
<p><code>Promise</code><<code>void</code>></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><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#oncontextmenuopen">onContextMenuOpen</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#oncontextmenuopen">onContextMenuOpen</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="ondetailsopen">onDetailsOpen<a class="headerlink" href="#ondetailsopen" title="Permanent link">#</a></h3>
|
<h3 id="ondetailsopen">onDetailsOpen<a class="headerlink" href="#ondetailsopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onDetailsOpen</strong>(): <code>void</code></p>
|
<p>▸ <strong>onDetailsOpen</strong>(): <code>void</code></p>
|
||||||
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
<h4 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onrun">onRun<a class="headerlink" href="#onrun" title="Permanent link">#</a></h3>
|
<h3 id="onrun">onRun<a class="headerlink" href="#onrun" title="Permanent link">#</a></h3>
|
||||||
@ -1071,14 +1108,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
|
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||||
<p><code>Promise</code><<code>void</code>></p>
|
<p><code>Promise</code><<code>void</code>></p>
|
||||||
<h4 id="overrides_3">Overrides<a class="headerlink" href="#overrides_3" title="Permanent link">#</a></h4>
|
<h4 id="overrides_3">Overrides<a class="headerlink" href="#overrides_3" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#onrun">onRun</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#onrun">onRun</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onsettingsopen">onSettingsOpen<a class="headerlink" href="#onsettingsopen" title="Permanent link">#</a></h3>
|
<h3 id="onsettingsopen">onSettingsOpen<a class="headerlink" href="#onsettingsopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onSettingsOpen</strong>(): <code>void</code></p>
|
<p>▸ <strong>onSettingsOpen</strong>(): <code>void</code></p>
|
||||||
<h4 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h4>
|
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="overrides_4">Overrides<a class="headerlink" href="#overrides_4" title="Permanent link">#</a></h4>
|
<h4 id="overrides_4">Overrides<a class="headerlink" href="#overrides_4" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#onsettingsopen">onSettingsOpen</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#onsettingsopen">onSettingsOpen</a></p>
|
||||||
|
|||||||
@ -840,6 +840,20 @@
|
|||||||
getName
|
getName
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#getsource" class="md-nav__link">
|
||||||
|
getSource
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#isenabled" class="md-nav__link">
|
||||||
|
isEnabled
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -923,6 +937,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#getid">getId</a></li>
|
<li><a href="./#getid">getId</a></li>
|
||||||
<li><a href="./#getname">getName</a></li>
|
<li><a href="./#getname">getName</a></li>
|
||||||
|
<li><a href="./#getsource">getSource</a></li>
|
||||||
|
<li><a href="./#isenabled">isEnabled</a></li>
|
||||||
<li><a href="./#oncontextmenuopen">onContextMenuOpen</a></li>
|
<li><a href="./#oncontextmenuopen">onContextMenuOpen</a></li>
|
||||||
<li><a href="./#onrun">onRun</a></li>
|
<li><a href="./#onrun">onRun</a></li>
|
||||||
<li><a href="./#onsettingsopen">onSettingsOpen</a></li>
|
<li><a href="./#onsettingsopen">onSettingsOpen</a></li>
|
||||||
@ -950,11 +966,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="apiversion">apiVersion<a class="headerlink" href="#apiversion" title="Permanent link">#</a></h3>
|
<h3 id="apiversion">apiVersion<a class="headerlink" href="#apiversion" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Readonly</code> <strong>apiVersion</strong>: <code>"entity.k8slens.dev/v1alpha1"</code></p>
|
<p>• <code>Readonly</code> <strong>apiVersion</strong>: <code>"entity.k8slens.dev/v1alpha1"</code></p>
|
||||||
|
<p>The group and version of this class.</p>
|
||||||
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
|
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#apiversion">apiVersion</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#apiversion">apiVersion</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="kind">kind<a class="headerlink" href="#kind" title="Permanent link">#</a></h3>
|
<h3 id="kind">kind<a class="headerlink" href="#kind" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Readonly</code> <strong>kind</strong>: <code>"WebLink"</code></p>
|
<p>• <code>Readonly</code> <strong>kind</strong>: <code>"WebLink"</code></p>
|
||||||
|
<p>A DNS label name of the entity.</p>
|
||||||
<h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
|
<h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#kind">kind</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#kind">kind</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
@ -981,6 +999,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="getid">getId<a class="headerlink" href="#getid" title="Permanent link">#</a></h3>
|
<h3 id="getid">getId<a class="headerlink" href="#getid" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>getId</strong>(): <code>string</code></p>
|
<p>▸ <strong>getId</strong>(): <code>string</code></p>
|
||||||
|
<p>Get the UID of this entity</p>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
||||||
<p><code>string</code></p>
|
<p><code>string</code></p>
|
||||||
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
||||||
@ -988,11 +1007,29 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="getname">getName<a class="headerlink" href="#getname" title="Permanent link">#</a></h3>
|
<h3 id="getname">getName<a class="headerlink" href="#getname" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>getName</strong>(): <code>string</code></p>
|
<p>▸ <strong>getName</strong>(): <code>string</code></p>
|
||||||
|
<p>Get the name of this entity</p>
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
||||||
<p><code>string</code></p>
|
<p><code>string</code></p>
|
||||||
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#getname">getName</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#getname">getName</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="getsource">getSource<a class="headerlink" href="#getsource" title="Permanent link">#</a></h3>
|
||||||
|
<p>▸ <strong>getSource</strong>(): <code>string</code></p>
|
||||||
|
<p>Get the specified source of this entity, defaulting to <code>"unknown"</code> if not
|
||||||
|
provided</p>
|
||||||
|
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>string</code></p>
|
||||||
|
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#getsource">getSource</a></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="isenabled">isEnabled<a class="headerlink" href="#isenabled" title="Permanent link">#</a></h3>
|
||||||
|
<p>▸ <strong>isEnabled</strong>(): <code>boolean</code></p>
|
||||||
|
<p>Get if this entity is enabled.</p>
|
||||||
|
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>boolean</code></p>
|
||||||
|
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#isenabled">isEnabled</a></p>
|
||||||
|
<hr />
|
||||||
<h3 id="oncontextmenuopen">onContextMenuOpen<a class="headerlink" href="#oncontextmenuopen" title="Permanent link">#</a></h3>
|
<h3 id="oncontextmenuopen">onContextMenuOpen<a class="headerlink" href="#oncontextmenuopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onContextMenuOpen</strong>(<code>context</code>): <code>Promise</code><<code>void</code>></p>
|
<p>▸ <strong>onContextMenuOpen</strong>(<code>context</code>): <code>Promise</code><<code>void</code>></p>
|
||||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||||
@ -1010,21 +1047,21 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
||||||
<p><code>Promise</code><<code>void</code>></p>
|
<p><code>Promise</code><<code>void</code>></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><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#oncontextmenuopen">onContextMenuOpen</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#oncontextmenuopen">onContextMenuOpen</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onrun">onRun<a class="headerlink" href="#onrun" title="Permanent link">#</a></h3>
|
<h3 id="onrun">onRun<a class="headerlink" href="#onrun" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onRun</strong>(): <code>Promise</code><<code>void</code>></p>
|
<p>▸ <strong>onRun</strong>(): <code>Promise</code><<code>void</code>></p>
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
||||||
<p><code>Promise</code><<code>void</code>></p>
|
<p><code>Promise</code><<code>void</code>></p>
|
||||||
<h4 id="overrides_3">Overrides<a class="headerlink" href="#overrides_3" title="Permanent link">#</a></h4>
|
<h4 id="overrides_3">Overrides<a class="headerlink" href="#overrides_3" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#onrun">onRun</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#onrun">onRun</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onsettingsopen">onSettingsOpen<a class="headerlink" href="#onsettingsopen" title="Permanent link">#</a></h3>
|
<h3 id="onsettingsopen">onSettingsOpen<a class="headerlink" href="#onsettingsopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onSettingsOpen</strong>(): <code>void</code></p>
|
<p>▸ <strong>onSettingsOpen</strong>(): <code>void</code></p>
|
||||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="overrides_4">Overrides<a class="headerlink" href="#overrides_4" title="Permanent link">#</a></h4>
|
<h4 id="overrides_4">Overrides<a class="headerlink" href="#overrides_4" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#onsettingsopen">onSettingsOpen</a></p>
|
<p><a href="../Common.Catalog.CatalogEntity/">CatalogEntity</a>.<a href="../Common.Catalog.CatalogEntity/#onsettingsopen">onSettingsOpen</a></p>
|
||||||
|
|||||||
@ -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@44702</p>
|
<p>IpcRegistrar.__@IpcPrefix@44722</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>
|
||||||
|
|||||||
@ -1015,7 +1015,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@30326</p>
|
<p>LensExtension.__@Disposers@30346</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>
|
||||||
|
|||||||
@ -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@44702</p>
|
<p>IpcRegistrar.__@IpcPrefix@44722</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>
|
||||||
|
|||||||
@ -1135,7 +1135,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@30326</p>
|
<p>LensExtension.__@Disposers@30346</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>
|
||||||
|
|||||||
@ -777,6 +777,7 @@
|
|||||||
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="group">group<a class="headerlink" href="#group" title="Permanent link">#</a></h3>
|
<h3 id="group">group<a class="headerlink" href="#group" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>group</strong>: <code>string</code></p>
|
<p>• <strong>group</strong>: <code>string</code></p>
|
||||||
|
<p>The grouping for for the category. This MUST be a DNS label.</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="names">names<a class="headerlink" href="#names" title="Permanent link">#</a></h3>
|
<h3 id="names">names<a class="headerlink" href="#names" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>names</strong>: <code>Object</code></p>
|
<p>• <strong>names</strong>: <code>Object</code></p>
|
||||||
@ -786,18 +787,24 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th align="left">Name</th>
|
<th align="left">Name</th>
|
||||||
<th align="left">Type</th>
|
<th align="left">Type</th>
|
||||||
|
<th align="left">Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left"><code>kind</code></td>
|
<td align="left"><code>kind</code></td>
|
||||||
<td align="left"><code>string</code></td>
|
<td align="left"><code>string</code></td>
|
||||||
|
<td align="left">The kind of entity that this category is for. This value MUST be a DNS label and MUST be equal to the <code>kind</code> fields that are produced by the <code>.versions.[] | .entityClass</code> fields.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="versions">versions<a class="headerlink" href="#versions" title="Permanent link">#</a></h3>
|
<h3 id="versions">versions<a class="headerlink" href="#versions" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>versions</strong>: <a href="../Common.Catalog.CatalogCategoryVersion/"><code>CatalogCategoryVersion</code></a><<a href="../../classes/Common.Catalog.CatalogEntity/"><code>CatalogEntity</code></a><<a href="../Common.Catalog.CatalogEntityMetadata/"><code>CatalogEntityMetadata</code></a>, <a href="../Common.Catalog.CatalogEntityStatus/"><code>CatalogEntityStatus</code></a>, <a href="../../modules/Common.Catalog/#catalogentityspec"><code>CatalogEntitySpec</code></a>>>[]</p>
|
<p>• <strong>versions</strong>: <a href="../Common.Catalog.CatalogCategoryVersion/"><code>CatalogCategoryVersion</code></a><<a href="../../classes/Common.Catalog.CatalogEntity/"><code>CatalogEntity</code></a><<a href="../Common.Catalog.CatalogEntityMetadata/"><code>CatalogEntityMetadata</code></a>, <a href="../Common.Catalog.CatalogEntityStatus/"><code>CatalogEntityStatus</code></a>, <a href="../../modules/Common.Catalog/#catalogentityspec"><code>CatalogEntitySpec</code></a>>>[]</p>
|
||||||
|
<p>The specific versions of the constructors.</p>
|
||||||
|
<p>NOTE: the field <code>.apiVersion</code> after construction MUST match <code>{.group}/{.versions.[] | .name}</code>.
|
||||||
|
For example, if <code>group = "entity.k8slens.dev"</code> and there is an entry in <code>.versions</code> with
|
||||||
|
<code>name = "v1alpha1"</code> then the resulting <code>.apiVersion</code> MUST be <code>entity.k8slens.dev/v1alpha1</code></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -791,9 +791,18 @@
|
|||||||
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="entityclass">entityClass<a class="headerlink" href="#entityclass" title="Permanent link">#</a></h3>
|
<h3 id="entityclass">entityClass<a class="headerlink" href="#entityclass" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>entityClass</strong>: <a href="../../modules/Common.Catalog/#catalogentityconstructor"><code>CatalogEntityConstructor</code></a><<code>Entity</code>></p>
|
<p>• <strong>entityClass</strong>: <a href="../../modules/Common.Catalog/#catalogentityconstructor"><code>CatalogEntityConstructor</code></a><<code>Entity</code>></p>
|
||||||
|
<p>The constructor for the entities.</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="name">name<a class="headerlink" href="#name" title="Permanent link">#</a></h3>
|
<h3 id="name">name<a class="headerlink" href="#name" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>name</strong>: <code>string</code></p>
|
<p>• <strong>name</strong>: <code>string</code></p>
|
||||||
|
<p>The specific version that the associated constructor is for. This MUST be
|
||||||
|
a DNS label and SHOULD be of the form <code>vN</code>, <code>vNalphaY</code>, or <code>vNbetaY</code> where
|
||||||
|
<code>N</code> and <code>Y</code> are both integers greater than 0.</p>
|
||||||
|
<p>Examples: The following are valid values for this field.
|
||||||
|
- <code>v1</code>
|
||||||
|
- <code>v1beta1</code>
|
||||||
|
- <code>v1alpha2</code>
|
||||||
|
- <code>v3beta2</code></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -758,6 +758,13 @@
|
|||||||
name
|
name
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#shortname" class="md-nav__link">
|
||||||
|
shortName
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -808,6 +815,7 @@
|
|||||||
<li><a href="./#description">description</a></li>
|
<li><a href="./#description">description</a></li>
|
||||||
<li><a href="./#labels">labels</a></li>
|
<li><a href="./#labels">labels</a></li>
|
||||||
<li><a href="./#name">name</a></li>
|
<li><a href="./#name">name</a></li>
|
||||||
|
<li><a href="./#shortname">shortName</a></li>
|
||||||
<li><a href="./#source">source</a></li>
|
<li><a href="./#source">source</a></li>
|
||||||
<li><a href="./#uid">uid</a></li>
|
<li><a href="./#uid">uid</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -821,6 +829,9 @@
|
|||||||
<h3 id="name">name<a class="headerlink" href="#name" title="Permanent link">#</a></h3>
|
<h3 id="name">name<a class="headerlink" href="#name" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>name</strong>: <code>string</code></p>
|
<p>• <strong>name</strong>: <code>string</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="shortname">shortName<a class="headerlink" href="#shortname" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>shortName</strong>: <code>string</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="source">source<a class="headerlink" href="#source" title="Permanent link">#</a></h3>
|
<h3 id="source">source<a class="headerlink" href="#source" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>source</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>source</strong>: <code>string</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
|||||||
@ -765,6 +765,13 @@
|
|||||||
name
|
name
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#shortname" class="md-nav__link">
|
||||||
|
shortName
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -815,6 +822,7 @@
|
|||||||
<li><a href="./#kubeversion">kubeVersion</a></li>
|
<li><a href="./#kubeversion">kubeVersion</a></li>
|
||||||
<li><a href="./#labels">labels</a></li>
|
<li><a href="./#labels">labels</a></li>
|
||||||
<li><a href="./#name">name</a></li>
|
<li><a href="./#name">name</a></li>
|
||||||
|
<li><a href="./#shortname">shortName</a></li>
|
||||||
<li><a href="./#source">source</a></li>
|
<li><a href="./#source">source</a></li>
|
||||||
<li><a href="./#uid">uid</a></li>
|
<li><a href="./#uid">uid</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -840,14 +848,19 @@
|
|||||||
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntityMetadata/">CatalogEntityMetadata</a>.<a href="../Common.Catalog.CatalogEntityMetadata/#name">name</a></p>
|
<p><a href="../Common.Catalog.CatalogEntityMetadata/">CatalogEntityMetadata</a>.<a href="../Common.Catalog.CatalogEntityMetadata/#name">name</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="shortname">shortName<a class="headerlink" href="#shortname" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>shortName</strong>: <code>string</code></p>
|
||||||
|
<h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Common.Catalog.CatalogEntityMetadata/">CatalogEntityMetadata</a>.<a href="../Common.Catalog.CatalogEntityMetadata/#shortname">shortName</a></p>
|
||||||
|
<hr />
|
||||||
<h3 id="source">source<a class="headerlink" href="#source" title="Permanent link">#</a></h3>
|
<h3 id="source">source<a class="headerlink" href="#source" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>source</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>source</strong>: <code>string</code></p>
|
||||||
<h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntityMetadata/">CatalogEntityMetadata</a>.<a href="../Common.Catalog.CatalogEntityMetadata/#source">source</a></p>
|
<p><a href="../Common.Catalog.CatalogEntityMetadata/">CatalogEntityMetadata</a>.<a href="../Common.Catalog.CatalogEntityMetadata/#source">source</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="uid">uid<a class="headerlink" href="#uid" title="Permanent link">#</a></h3>
|
<h3 id="uid">uid<a class="headerlink" href="#uid" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>uid</strong>: <code>string</code></p>
|
<p>• <strong>uid</strong>: <code>string</code></p>
|
||||||
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Common.Catalog.CatalogEntityMetadata/">CatalogEntityMetadata</a>.<a href="../Common.Catalog.CatalogEntityMetadata/#uid">uid</a></p>
|
<p><a href="../Common.Catalog.CatalogEntityMetadata/">CatalogEntityMetadata</a>.<a href="../Common.Catalog.CatalogEntityMetadata/#uid">uid</a></p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Loading…
Reference in New Issue
Block a user