Merge pull request #450 from saintube/master

Fix typo in custom-plugin-monitor
This commit is contained in:
Kubernetes Prow Robot
2020-08-04 12:14:21 -07:00
committed by GitHub

View File

@@ -120,7 +120,7 @@ func (c *customPluginMonitor) Stop() {
c.tomb.Stop()
}
// monitorLoop is the main loop of log monitor.
// monitorLoop is the main loop of customPluginMonitor.
func (c *customPluginMonitor) monitorLoop() {
c.initializeStatus()