File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
model/src/main/java/oracle/kubernetes/weblogic/domain/v1 Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 44
44
</plugins >
45
45
</build >
46
46
47
- <dependencies >
47
+ <dependencies >
48
48
<dependency >
49
49
<groupId >${project.groupId} </groupId >
50
50
<artifactId >weblogic-kubernetes-operator</artifactId >
Original file line number Diff line number Diff line change 4
4
5
5
package oracle .kubernetes .weblogic .domain .v1 ;
6
6
7
+ import java .util .ArrayList ;
8
+ import java .util .HashMap ;
9
+ import java .util .List ;
10
+ import java .util .Map ;
11
+
7
12
import com .google .common .base .Strings ;
8
13
import com .google .gson .annotations .Expose ;
9
14
import com .google .gson .annotations .SerializedName ;
15
+
10
16
import io .kubernetes .client .models .V1LocalObjectReference ;
11
17
import io .kubernetes .client .models .V1SecretReference ;
12
- import java .util .ArrayList ;
13
- import java .util .HashMap ;
14
- import java .util .List ;
15
- import java .util .Map ;
18
+
16
19
import javax .validation .Valid ;
17
20
import javax .validation .constraints .NotNull ;
21
+
18
22
import org .apache .commons .lang3 .builder .EqualsBuilder ;
19
23
import org .apache .commons .lang3 .builder .HashCodeBuilder ;
20
24
import org .apache .commons .lang3 .builder .ToStringBuilder ;
@@ -67,7 +71,7 @@ public class DomainSpec {
67
71
* <p>More info:
68
72
* https://kubernetes.io/docs/concepts/containers/images/#referring-to-an-imagepullsecrets-on-a-pod
69
73
*/
70
- @ SerializedName ("imagePullSecretName " )
74
+ @ SerializedName ("imagePullSecret " )
71
75
@ Expose
72
76
private V1LocalObjectReference imagePullSecret ;
73
77
You can’t perform that action at this time.
0 commit comments