ironcore-dev / metalbond

Route reflector for IronCore Infrastructure Overlay Network
Apache License 2.0
0 stars 1 forks source link

Add API to retrieve current state route subscription #40

Closed guvenc closed 2 years ago

guvenc commented 2 years ago

Calls for retrieving the current state of data structures make the life for reconcile loops easier.

Signed-off-by: Guvenc Gulce guevenc.guelce@sap.com

Proposed Changes

Reconcile loops of metalnet needs the ability to query the state of metalbond. This is quite useful e.g when the metalnet resources are already in desired state and in that case they can exit the reconcile loop early, if they can query the current state of metalbond.

Fixes #