Update a comment in cadvisor boot function

This commit is contained in:
WanLinghao 2018-12-04 11:29:58 +08:00
parent d158952293
commit 08a4ee006e

View File

@ -100,7 +100,6 @@ func containerLabels(c *cadvisorapi.ContainerInfo) map[string]string {
return set
}
// New creates a cAdvisor and exports its API on the specified port if port > 0.
func New(imageFsInfoProvider ImageFsInfoProvider, rootPath string, usingLegacyStats bool) (Interface, error) {
sysFs := sysfs.NewRealSysFs()