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.
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 #