The Library contains Classes, Models and helper functions used in Kraken to interact with Kubernetes, Openshift and other external APIS. The goal of this library is to give to developers the building blocks to realize new Chaos Scenarios and to increase the testability and the modularity of the Krkn codebase.
The library is subdivided in several Packages
- 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
The Library documentation is available here. The documentation is automatically generated by Sphinx on top of the reStructuredText Docstring Format comments present in the code.