[ADD] add test code

This commit is contained in:
zhoujunhao 2018-06-12 16:17:58 +08:00
parent 1e01a77c8b
commit 94df825645

View File

@ -23,7 +23,7 @@ func (c *CheanManager) Start() {
logrus.Info("clean 开始工作...") logrus.Info("clean 开始工作...")
go c.Run() go c.Run()
go c.cleanStatefulset() go c.cleanStatefulset()
go c.cleanService() //go c.cleanService()
} }