Skip to content

Commit

Permalink
Merge pull request #158 from sah4ez/bcicen-k8s
Browse files Browse the repository at this point in the history
a draft for k8s branch
  • Loading branch information
bcicen authored Dec 2, 2018
2 parents a39b7a3 + d020427 commit 0674b66
Show file tree
Hide file tree
Showing 9 changed files with 704 additions and 43 deletions.
234 changes: 195 additions & 39 deletions Gopkg.lock

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

10 changes: 10 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,13 @@
[[constraint]]
name = "github.com/Microsoft/go-winio"
version = "0.3.8"

[[constraint]]
name = "github.com/kubernetes/client-go"
version = "9.0.0"

[[constraint]]
name = "github.com/kubernetes/metrics"

[[constraint]]
name = "github.com/kubernetes-incubator/metrics-server"
5 changes: 5 additions & 0 deletions config/param.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ var params = []*Param{
Val: "state",
Label: "Container Sort Field",
},
&Param{
Key: "namespace",
Val: "state",
Label: "Kubernetes namespace for monitoring",
},
}

type Param struct {
Expand Down
Loading

0 comments on commit 0674b66

Please sign in to comment.