File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
main/java/oracle/kubernetes/operator
test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 13
13
import io .kubernetes .client .apis .AuthorizationV1Api ;
14
14
import io .kubernetes .client .apis .BatchV1Api ;
15
15
import io .kubernetes .client .apis .CoreV1Api ;
16
- import io .kubernetes .client .apis .ExtensionsV1beta1Api ;
17
16
import io .kubernetes .client .apis .VersionApi ;
18
17
import io .kubernetes .client .models .V1ConfigMap ;
19
18
import io .kubernetes .client .models .V1DeleteOptions ;
Original file line number Diff line number Diff line change @@ -44,9 +44,7 @@ public NextAction apply(Packet packet) {
44
44
break ;
45
45
}
46
46
47
- startDetails .add (
48
- new StepAndPacket (
49
- ServiceHelper .createForClusterStep (null ), p ));
47
+ startDetails .add (new StepAndPacket (ServiceHelper .createForClusterStep (null ), p ));
50
48
}
51
49
}
52
50
Original file line number Diff line number Diff line change 4
4
5
5
package oracle .kubernetes .operator ;
6
6
7
- import static oracle .kubernetes .operator .DomainPresenceInfoMatcher .domain ;
8
7
import static oracle .kubernetes .operator .KubernetesConstants .DOMAIN_CONFIG_MAP_NAME ;
9
8
import static oracle .kubernetes .operator .LabelConstants .CHANNELNAME_LABEL ;
10
- import static oracle .kubernetes .operator .LabelConstants .CLUSTERNAME_LABEL ;
11
9
import static oracle .kubernetes .operator .LabelConstants .CREATEDBYOPERATOR_LABEL ;
12
10
import static oracle .kubernetes .operator .LabelConstants .DOMAINUID_LABEL ;
13
11
import static oracle .kubernetes .operator .LabelConstants .SERVERNAME_LABEL ;
16
14
import static org .hamcrest .Matchers .anEmptyMap ;
17
15
import static org .hamcrest .Matchers .equalTo ;
18
16
import static org .hamcrest .Matchers .hasEntry ;
19
- import static org .hamcrest .Matchers .hasValue ;
20
17
import static org .hamcrest .Matchers .is ;
21
18
import static org .hamcrest .Matchers .nullValue ;
22
19
import static org .hamcrest .Matchers .sameInstance ;
You can’t perform that action at this time.
0 commit comments