Add commandline flags for exclusion of specific namespaces and setting the default memory requests

This commit is contained in:
2019-03-12 10:07:26 +01:00
parent d6d869d980
commit 1dd9edf4e0
4 changed files with 110 additions and 22 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ require (
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
k8s.io/api v0.0.0-20181128191700-6db15a15d2d3 // indirect
k8s.io/api v0.0.0-20181128191700-6db15a15d2d3
k8s.io/apimachinery v0.0.0-20181128191346-49ce2735e507
k8s.io/client-go v9.0.0+incompatible
)