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
Update LastAppliedTopology to TopologyRef interface
This patch aligns "LastAppliedTopology" to "TopologyRef" interface.
While TopologyRef is able to reference Name and namespace, we currently
only save TopologyRef.Name to .Status.LastAppliedTopology. This patch
aligns both interfaces to use the same type in the same form. In
addition, some logic is moved to infra-operator because is common to all
operators, and this patch also adopts this new form.
Signed-off-by: Francesco Pantano <[email protected]>
0 commit comments