We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb75eeb commit 2751123Copy full SHA for 2751123
java/coherence-operator/src/main/java/com/oracle/coherence/k8s/RetryingWkaAddressProvider.java
@@ -7,20 +7,15 @@
7
package com.oracle.coherence.k8s;
8
9
import java.io.IOException;
10
-
11
import java.net.UnknownHostException;
12
13
import java.util.Arrays;
14
import java.util.Collections;
15
import java.util.List;
16
17
import java.util.stream.Collectors;
18
19
import com.tangosol.coherence.config.Config;
20
21
import com.tangosol.net.AddressProvider;
22
import com.tangosol.net.ConfigurableAddressProvider;
23
24
import com.tangosol.util.Base;
25
26
/**
0 commit comments