Bumping versions
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user