From 50c28d49979d12aa25f7a83235f9a37416c63c5d Mon Sep 17 00:00:00 2001 From: Tullio Sebastiani Date: Tue, 31 Oct 2023 16:44:12 +0100 Subject: [PATCH] added telemetry autodoc +Readme update (#76) --- README.md | 8 ++++++-- src/krkn_lib/telemetry/__init__.py | 0 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 src/krkn_lib/telemetry/__init__.py diff --git a/README.md b/README.md index 5b5ad4a7..fec1ed9e 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,12 @@ Scenarios and to increase the testability and the modularity of the Krkn codebas The library is subdivided in several Packages -- **k8s:** Kubernetes/Openshift Integration -- **telemetry:** Krkn Telemetry collection and distribution +- **ocp:** Openshift Integration +- **k8s:** Kubernetes Integration +- **telemetry:** +- - **k8s:** Kubernetes Telemetry collection and distribution +- - **ocp:** Openshift Telemetry collection and distribution +- **models:** Krkn shared data models - **utils:** common functions ### Documentation diff --git a/src/krkn_lib/telemetry/__init__.py b/src/krkn_lib/telemetry/__init__.py new file mode 100644 index 00000000..e69de29b