update cadvisor godeps to v0.33.0
This commit is contained in:
2
vendor/github.com/google/cadvisor/manager/watcher/raw/raw.go
generated
vendored
2
vendor/github.com/google/cadvisor/manager/watcher/raw/raw.go
generated
vendored
@@ -45,7 +45,7 @@ type rawContainerWatcher struct {
|
||||
}
|
||||
|
||||
func NewRawContainerWatcher() (watcher.ContainerWatcher, error) {
|
||||
cgroupSubsystems, err := libcontainer.GetCgroupSubsystems()
|
||||
cgroupSubsystems, err := libcontainer.GetAllCgroupSubsystems()
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to get cgroup subsystems: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user