Bumping versions

This commit is contained in:
buildmaster
2023-08-04 02:22:17 +00:00
parent 9be7f2e645
commit ca22ec1516

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());