Commit 00fda679 authored by Lucas Käldström's avatar Lucas Käldström

Fix cadvisor_unsupported and the crossbuild

parent bc7ae399
...@@ -31,7 +31,7 @@ type cadvisorUnsupported struct { ...@@ -31,7 +31,7 @@ type cadvisorUnsupported struct {
var _ Interface = new(cadvisorUnsupported) var _ Interface = new(cadvisorUnsupported)
func New(port uint, runtime string) (Interface, error) { func New(port uint, runtime string, rootPath string) (Interface, error) {
return &cadvisorUnsupported{}, nil return &cadvisorUnsupported{}, nil
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment