cadvisor/manager
Victor Marmol 181e12dda2 Refactoring and fixes of /docker API endpoint.
This canges the output of the Docker endpoint to be a map so that it is
more consistent from single to multiple returns. It also refactors
internally how we handle both types of requests.

Without this PR the /docker API endpoint is broken completely so this
change in format has no effect anyways.

These changes are tested by the upcoming integration tests.
2014-11-19 03:36:18 -08:00
..
container_test.go Adding --log_cadvisor_usage flag to log the resource usage of cAdvisor. 2014-10-15 08:18:38 -07:00
container.go Simplify how the Docker containers are handled. 2014-11-12 18:01:47 -08:00
machine.go Adding filesystem usage calculation for docker containers. This patch also includes some internal refactoring. 2014-10-06 09:51:32 +00:00
manager_test.go Refactoring and fixes of /docker API endpoint. 2014-11-19 03:36:18 -08:00
manager.go Refactoring and fixes of /docker API endpoint. 2014-11-19 03:36:18 -08:00