-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding multiple namespace watch
Signed-off-by: gkarthiks <github.gkarthiks@gmail.com>
- Loading branch information
Showing
19 changed files
with
370 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Changelog | ||
|
||
## 0.2.0 | ||
- Migrated from client-go to discovery-k8s | ||
- Added multiple selective namespace watch capabilities | ||
|
||
## 0.1.1 | ||
- Added additional documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
module container-resource-exporter | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/gkarthiks/k8s-discovery v0.18.3 | ||
github.com/prometheus/client_golang v1.7.1 | ||
github.com/sirupsen/logrus v1.6.0 | ||
k8s.io/api v0.18.2 | ||
k8s.io/apimachinery v0.18.2 | ||
k8s.io/metrics v0.18.2 | ||
) |
Oops, something went wrong.