Skip to content

Commit

Permalink
Added support to fetch kubernetes labels form metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinghkalsi committed Jan 27, 2020
1 parent 207fd95 commit a3fefce
Show file tree
Hide file tree
Showing 7 changed files with 470 additions and 41 deletions.
286 changes: 280 additions & 6 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ require (
gopkg.in/src-d/go-git.v4 v4.12.0
gopkg.in/yaml.v2 v2.2.7
gotest.tools v2.2.0+incompatible // indirect
k8s.io/api v0.17.2 // indirect
k8s.io/apimachinery v0.17.2
k8s.io/client-go v0.17.0
k8s.io/utils v0.0.0-20200124190032-861946025e34 // indirect
)
Loading

0 comments on commit a3fefce

Please sign in to comment.