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 updates the SpecCore webhook interface to accept the
Namespace as parameter. This change ensures that we properly validate
the referenced topology from openstack-operator, rejecting requests with
a different namespace. It also 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