cadvisor/manager
Victor Marmol 1636c3e759 Change ContainerHandlerFactories to decide what containers they support.
This allows a ContainerHandlerFactory to register a CanHandle() function
which is called to determine whether the factory can handle a particular
container.

This commit disables being able to run cAdvisor without lmctfy. This
should be enabled again with a "no-op" global factory which I would like
to do in a separate PR.
2014-07-16 16:48:45 -07:00
..
container_test.go Change ContainerHandlerFactories to decide what containers they support. 2014-07-16 16:48:45 -07:00
container.go report error if there's a nil storage driver 2014-06-17 15:07:41 -07:00
machine.go Add cadvisor version to VersionInfo. 2014-06-16 19:00:19 +00:00
manager_test.go Change ContainerHandlerFactories to decide what containers they support. 2014-07-16 16:48:45 -07:00
manager.go gofmt -r "ContainerInfoQuery->ContainerInfoRequest" 2014-07-08 18:04:57 -07:00