Releases: gkarthiks/container-resource-exporter
Releases · gkarthiks/container-resource-exporter
0.2.1
0.2.0
- Added multiple selective namespace watch capabilities
- Migrated from client-go to discovery-k8s
The CRE can also take multiple namespace in a comma separated list. Like the below. Note that the namespaces should be added as the comma separated string and not individual strings by themselves.
- env:
- name: WATCH_NAMESPACE
value: "default, kube-system, reporting"
Minor documentation
refactor(): refactoring with details Signed-off-by: gkarthiks <[email protected]>
0.1.0 Stable Release
0.1.0
Changes:
- Adding map mutex for synchronized read/writes
- Refactoring code
Initial Release
0.0.1 doc(): adding docker labels