You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Kubernetes golang controller runtime models migrations as "hub and spoke" graphs, which can be useful in some scenarios compared to our current linear migrator strategy.
We should implement a HubAndSpokeMigrator which gives authors the choice of how to model their migrations.
The text was updated successfully, but these errors were encountered:
The Kubernetes golang controller runtime models migrations as "hub and spoke" graphs, which can be useful in some scenarios compared to our current linear migrator strategy.
We should implement a
HubAndSpokeMigrator
which gives authors the choice of how to model their migrations.The text was updated successfully, but these errors were encountered: