sdcio / config-server

Apache License 2.0
5 stars 1 forks source link

Transaction #137

Open henderiw opened 6 months ago

henderiw commented 6 months ago

Add an ability to group configs together and transact them together.

  1. ConfigTransaction: contains the individual CR(s) that should be applied
  2. The Transaction Reconciler transacts the object in a single transaction and creates the corresponding objects including the status if the result is ok. When there is a failure only the transaction gets stored.