cadvisor/container
Jonathan Boulle 4965f069b7 Fix case statements dealing with storageDriver
cf0adcc817 introduced two switch
statements to facilitate the addition of the `overlayStorageDriver`;
unfortunately neither of them conform to the Go switch semantic, which
does not fallthrough unless explicitly requested. In one case this was
innocuous (because a `break` was effectively the same as a no-op) but in
the other it would cause the `HasFilesystem` bool to not be set
appropriately in the case of `aufsStorageDriver` being used.

IMHO it's also more idiomatic to perform the default behaviour in the
default case rather than pre-setting and overriding it.
2015-12-02 16:04:01 -08:00
..
docker Fix case statements dealing with storageDriver 2015-12-02 16:04:01 -08:00
libcontainer add test case for compatibility.go 2015-12-02 11:01:50 +08:00
raw re-order the import package 2015-11-30 16:43:22 +08:00
container.go Add logic to read custom metric config files from container root. 2015-07-22 15:45:07 +00:00
factory_test.go Use proc fs to get network stats. 2015-08-29 00:20:07 +01:00
factory.go Use proc fs to get network stats. 2015-08-29 00:20:07 +01:00
mock.go re-order the import package 2015-11-30 16:43:22 +08:00