Merge pull request #71687 from WanLinghao/cadvisor_comment_remove

Update a comment in cadvisor boot function
pull/564/head
Kubernetes Prow Robot 2018-12-05 20:31:41 -08:00 committed by GitHub
commit 1bafa3922f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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