Merge pull request #71687 from WanLinghao/cadvisor_comment_remove

Update a comment in cadvisor boot function
This commit is contained in:
Kubernetes Prow Robot
2018-12-05 20:31:41 -08:00
committed by GitHub

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()