Skip to content

Commit

Permalink
Made reference to Kubernetes in registry overview
Browse files Browse the repository at this point in the history
  • Loading branch information
webzakimbo committed Jan 20, 2023
1 parent edbb183 commit fb44124
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/registry/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
Registry Overview
*****************

The purpose of the Registry is to place custom method hooks directly onto your nodes. These method hooks are then surfaced within Bcome, and allow you to call custom functionality within the context of the nodes associated with them.
The purpose of the Registry is to place custom method hooks directly onto your :doc:`../core-concepts/nodes`. These method hooks are then surfaced within Bcome, and allow you to call custom functionality within the context of the nodes associated with them.

Each Bcome node has its own Registry, the framework giving you a means of adding context-specific method hooks to your application. It is in this way that you are able to build up unique (re-usable) interfaces on top of your nodes.
The registry may also be used to add method hooks onto nodes retrieved dynamically, such as nodes representing Kubernetes objects.

Each Bcome node has its own Registry, the framework giving you a means of adding context-specific method hooks to your application. In this way that you are able to build DRY interfaces, reusing method hooks in different contexts.

.. note::

Expand Down

0 comments on commit fb44124

Please sign in to comment.