Skip to content

Commit

Permalink
Updated README for watches and dev notes for future me
Browse files Browse the repository at this point in the history
  • Loading branch information
haxsaw committed Aug 16, 2021
1 parent 226f066 commit 75d8cf4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ set of methods as well as all the operations defined in the Swagger API specific
Hikaru can work with any Kubernetes-compliant system such as `K3s <https://k3s.io/>`_
and `minikube <https://minikube.sigs.k8s.io/docs/>`_.

Monitor Kubernetes activities with watches
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Hikaru provides an abstraction on over the K8s `watch` APIs, which allow you to easily
create code that receives events for all activites carried out in your K8s cluster on
a per-kind basis. Or, you can create a watch container that multiplexes the output
from individual watches into a single stream.

Integrate your own subclasses
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
6 changes: 6 additions & 0 deletions devdoc/notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Dumb things you always forget
=============================

Make a method/class map snapshot
--------------------------------
cd devtools
python methodmap.py > release_maps/{snapshot_file} # once the model has settled down
python mcompare.py {oldmap} {newmap} # the one from above

Where to change version numbers for a new release
-------------------------------------------------
hikaru/__init__.py: __version__
Expand Down

0 comments on commit 75d8cf4

Please sign in to comment.