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 4444 </plugins >
4545 </build >
4646
47- <dependencies >
47+ <dependencies >
4848 <dependency >
4949 <groupId >${project.groupId} </groupId >
5050 <artifactId >weblogic-kubernetes-operator</artifactId >
Original file line number Diff line number Diff line change 44
55package oracle .kubernetes .weblogic .domain .v1 ;
66
7+ import java .util .ArrayList ;
8+ import java .util .HashMap ;
9+ import java .util .List ;
10+ import java .util .Map ;
11+
712import com .google .common .base .Strings ;
813import com .google .gson .annotations .Expose ;
914import com .google .gson .annotations .SerializedName ;
15+
1016import io .kubernetes .client .models .V1LocalObjectReference ;
1117import 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+
1619import javax .validation .Valid ;
1720import javax .validation .constraints .NotNull ;
21+
1822import org .apache .commons .lang3 .builder .EqualsBuilder ;
1923import org .apache .commons .lang3 .builder .HashCodeBuilder ;
2024import org .apache .commons .lang3 .builder .ToStringBuilder ;
@@ -67,7 +71,7 @@ public class DomainSpec {
6771 * <p>More info:
6872 * https://kubernetes.io/docs/concepts/containers/images/#referring-to-an-imagepullsecrets-on-a-pod
6973 */
70- @ SerializedName ("imagePullSecretName " )
74+ @ SerializedName ("imagePullSecret " )
7175 @ Expose
7276 private V1LocalObjectReference imagePullSecret ;
7377
You can’t perform that action at this time.
0 commit comments