nodeController sync

This commit is contained in:
zouyee 2017-05-15 14:34:08 +08:00
parent 07647fd313
commit bb72a03bc2

View file

@ -328,7 +328,8 @@ func (ic *GenericController) controllersInSync() bool {
ic.svcController.HasSynced() &&
ic.endpController.HasSynced() &&
ic.secrController.HasSynced() &&
ic.mapController.HasSynced()
ic.mapController.HasSynced() &&
ic.nodeController.HasSynced()
}
// Info returns information about the backend