File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Building go binaries for pod_delete experiment
2- go build -o build/_output/pod-delete ./experiments/generic/pod-delete
2+ go build -o build/_output/pod-delete ./experiments/generic/pod-delete
3+ # Building go binaries for cpu_hog experiment
4+ go build -o build/_output/cpu-hog ./experiments/generic/cpu-hog
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
2929 k8s.io/api v0.0.0-20190918195907-bd6ac527cfd2
3030 k8s.io/apimachinery v0.0.0-20190817020851-f2f3a405f61d
3131 k8s.io/client-go v0.0.0-20190918200256-06eb1244587a
32- k8s.io/klog v1.0.0 // indirect
32+ k8s.io/klog v1.0.0
3333 k8s.io/kube-openapi v0.0.0-20200121204235-bf4fb3bd569c // indirect
3434 k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
3535 sigs.k8s.io/controller-runtime v0.3.0 // indirect
You can’t perform that action at this time.
0 commit comments