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
Complete webhook validation for topology references
This patch is a follow up of [1] in the validation webhook area. It
enhances the validation workflow and it aims to complete the pattern by
distributing the ValidateTopology logic across the API instances. It is
based on [2] and the key improvements include:
- Distributed validation: it provides a ValidateTopology function across
all API instances, ensuring consistent validation throughout the
system
- Optimized validation calls: it refines how validation is triggered and
reduce code duplication; it still requires a basic struct refactor to
fully de-duplicate the existing functions, but it can be done as part
of a follow up
This patch leverages the centralized topology validator introduced in
infra-operator [3].
Jira: https://issues.redhat.com/browse/OSPRH-14626
[1] openstack-k8s-operators#924
[2] openstack-k8s-operators/nova-operator#936
[3] openstack-k8s-operators/infra-operator#356
Signed-off-by: Francesco Pantano <[email protected]>
0 commit comments