Skip to content

Commit ff314fc

Browse files
committed
Adding changed CRD files
1 parent cb009cf commit ff314fc

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

kubernetes/crd/cluster-crd.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition
66
metadata:
77
annotations:
8-
weblogic.sha256: 7b6e1da3b2d3de53d1599a1a661928703204e674280c69b550691315ece7eed9
8+
weblogic.sha256: 389a2a592baaa99f09f31adb836788ae34b8b74b894e3a6de22d1d2c3f0bee91
99
name: clusters.weblogic.oracle
1010
spec:
1111
group: weblogic.oracle
@@ -1990,6 +1990,8 @@ spec:
19901990
- value
19911991
required:
19921992
- port
1993+
stopSignal:
1994+
type: string
19931995
name:
19941996
type: string
19951997
tty:
@@ -2557,6 +2559,8 @@ spec:
25572559
- value
25582560
required:
25592561
- port
2562+
stopSignal:
2563+
type: string
25602564
name:
25612565
type: string
25622566
tty:

kubernetes/crd/domain-crd.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition
66
metadata:
77
annotations:
8-
weblogic.sha256: 29199903d6443114651bf47005d57eacdae7230c7e22b878a1ffbf5ab767f153
8+
weblogic.sha256: 9cf6abe951fff8dbdaed379ad9d54b70fcd19bb936ab4762a562813d3fd138b5
99
name: domains.weblogic.oracle
1010
spec:
1111
group: weblogic.oracle
@@ -3098,6 +3098,8 @@ spec:
30983098
- value
30993099
required:
31003100
- port
3101+
stopSignal:
3102+
type: string
31013103
name:
31023104
type: string
31033105
tty:
@@ -3665,6 +3667,8 @@ spec:
36653667
- value
36663668
required:
36673669
- port
3670+
stopSignal:
3671+
type: string
36683672
name:
36693673
type: string
36703674
tty:
@@ -4956,6 +4960,8 @@ spec:
49564960
- value
49574961
required:
49584962
- port
4963+
stopSignal:
4964+
type: string
49594965
name:
49604966
type: string
49614967
tty:
@@ -7081,6 +7087,8 @@ spec:
70817087
- value
70827088
required:
70837089
- port
7090+
stopSignal:
7091+
type: string
70847092
name:
70857093
type: string
70867094
tty:
@@ -7648,6 +7656,8 @@ spec:
76487656
- value
76497657
required:
76507658
- port
7659+
stopSignal:
7660+
type: string
76517661
name:
76527662
type: string
76537663
tty:
@@ -10138,6 +10148,8 @@ spec:
1013810148
- value
1013910149
required:
1014010150
- port
10151+
stopSignal:
10152+
type: string
1014110153
name:
1014210154
type: string
1014310155
tty:
@@ -10705,6 +10717,8 @@ spec:
1070510717
- value
1070610718
required:
1070710719
- port
10720+
stopSignal:
10721+
type: string
1070810722
name:
1070910723
type: string
1071010724
tty:

0 commit comments

Comments
 (0)