Documentation ¶
Overview ¶
Abstractions are used to (as the name suggests) abstract away the underlying config and structs to the caller allowing complex configurations or concepts to be created with minimal code.
Abstraction packages should follow a folder structure that allows clear understanding of the abstraction. ``` abstractions
- prometheus // Abstraction for generation of Prometheus configuration for Prometheus to consume.
- kubernetes
- prometheus // Kubernetes abstractions for the deployment of Prometheus.
```
Click to show internal directories.
Click to hide internal directories.