nodeController sync
This commit is contained in:
parent
07647fd313
commit
bb72a03bc2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue