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