First Release
This PR finalizes everything for the first release of this project.
Kubernetes
This package handles operations with kubernetes resources. However, it's only a specific list. Right now, it's just v1/ConfigMap
s and v1/Pod
s.
Cache
This is the combined kuberentes-backed event cache package.
Logger
A very simple logger that just prints things to stdout
(or panics if you call Panic
or Panicf
.