Bumping versions

This commit is contained in:
buildmaster
2023-08-03 22:09:57 +00:00
parent ba1a06702e
commit 616756014a

View File

@@ -293,7 +293,8 @@ final class Fabric8KubernetesDiscoveryClientUtils {
List<EndpointPort> endpointPorts = endpointSubset.getPorts();
// this is most probably not a needed if statement, but it preserves the
// previous logic before I refactored the code. In particular, this takes care of the fact
// previous logic before I refactored the code. In particular, this takes care of
// the fact
// that an EndpointsPort name could be missing.
if (endpointPorts.size() == 1) {
result.put(endpointPorts.get(0).getName(), endpointPorts.get(0).getPort());