commit
8f45f46a06
1 changed files with 2 additions and 1 deletions
|
@ -328,7 +328,8 @@ func (ic *GenericController) controllersInSync() bool {
|
||||||
ic.svcController.HasSynced() &&
|
ic.svcController.HasSynced() &&
|
||||||
ic.endpController.HasSynced() &&
|
ic.endpController.HasSynced() &&
|
||||||
ic.secrController.HasSynced() &&
|
ic.secrController.HasSynced() &&
|
||||||
ic.mapController.HasSynced()
|
ic.mapController.HasSynced() &&
|
||||||
|
ic.nodeController.HasSynced()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Info returns information about the backend
|
// Info returns information about the backend
|
||||||
|
|
Loading…
Reference in a new issue