cadvisor/manager
Rohit Jnagal a0a419614f Add /storage endpoint to 2.0 API.
/storage returns {device, mountpoint, capacity, usage} for all filesystems.
In addition, it also detect and applies label for each filesystem - currently two - "root", "docker-images".

/storage/<label> returns info about the filesystem with specific label. eg. /storage/root returns info for root filesystem.
2015-03-11 01:49:58 +00:00
..
testdata Add cpu topology information to machine endpoint. 2014-12-20 00:53:48 +00:00
container_test.go Bulk move current info api to info/v1. Making room for info/v2. 2015-03-04 00:47:28 +00:00
container.go Lowering log level for frequent events. 2015-03-09 14:53:53 -07:00
machine.go Add /storage endpoint to 2.0 API. 2015-03-11 01:49:58 +00:00
manager_mock.go Add /storage endpoint to 2.0 API. 2015-03-11 01:49:58 +00:00
manager_test.go Bulk move current info api to info/v1. Making room for info/v2. 2015-03-04 00:47:28 +00:00
manager.go Add /storage endpoint to 2.0 API. 2015-03-11 01:49:58 +00:00
topology_test.go Bulk move current info api to info/v1. Making room for info/v2. 2015-03-04 00:47:28 +00:00