2
2
<!-- NewPage -->
3
3
< html lang ="en ">
4
4
< head >
5
- <!-- Generated by javadoc (1.8.0_162 ) on Thu Aug 16 16:56:15 EDT 2018 -->
5
+ <!-- Generated by javadoc (1.8.0_161 ) on Thu Dec 20 08:42:26 EST 2018 -->
6
6
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
7
- < title > Deprecated List (weblogic-kubernetes- operator 1.1 API)</ title >
8
- < meta name ="date " content ="2018-08-16 ">
7
+ < title > Deprecated List (operator-runtime 2.0-rc1 API)</ title >
8
+ < meta name ="date " content ="2018-12-20 ">
9
9
< link rel ="stylesheet " type ="text/css " href ="stylesheet.css " title ="Style ">
10
10
< script type ="text/javascript " src ="script.js "> </ script >
11
11
</ head >
12
12
< body >
13
13
< script type ="text/javascript "> <!--
14
14
try {
15
15
if ( location . href . indexOf ( 'is-external=true' ) == - 1 ) {
16
- parent . document . title = "Deprecated List (weblogic-kubernetes- operator 1.1 API)" ;
16
+ parent . document . title = "Deprecated List (operator-runtime 2.0-rc1 API)" ;
17
17
}
18
18
}
19
19
catch ( err ) {
74
74
< h1 title ="Deprecated API " class ="title "> Deprecated API</ h1 >
75
75
< h2 title ="Contents "> Contents</ h2 >
76
76
< ul >
77
- < li > < a href ="#class "> Deprecated Classes</ a > </ li >
78
77
< li > < a href ="#method "> Deprecated Methods</ a > </ li >
79
78
</ ul >
80
79
</ div >
81
- < div class ="contentContainer "> < a name ="class ">
82
- <!-- -->
83
- </ a >
84
- < ul class ="blockList ">
85
- < li class ="blockList ">
86
- < table class ="deprecatedSummary " border ="0 " cellpadding ="3 " cellspacing ="0 " summary ="Deprecated Classes table, listing deprecated classes, and an explanation ">
87
- < caption > < span > Deprecated Classes</ span > < span class ="tabEnd "> </ span > </ caption >
88
- < tr >
89
- < th class ="colOne " scope ="col "> Class and Description</ th >
90
- </ tr >
91
- < tbody >
92
- < tr class ="altColor ">
93
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/ClusterStartup.html " title ="class in oracle.kubernetes.weblogic.domain.v1 "> oracle.kubernetes.weblogic.domain.v1.ClusterStartup</ a >
94
- < div class ="block "> < span class ="deprecationComment "> Use the DomainSpec's clusters and clusterDefaults properties.</ span > </ div >
95
- </ td >
96
- </ tr >
97
- < tr class ="rowColor ">
98
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/ServerStartup.html " title ="class in oracle.kubernetes.weblogic.domain.v1 "> oracle.kubernetes.weblogic.domain.v1.ServerStartup</ a >
99
- < div class ="block "> < span class ="deprecationComment "> Use the DomainSpec's servers, clusters, clusterDefaults, nonClusteredServerDefaults
100
- and serverDefaults properties.</ span > </ div >
101
- </ td >
102
- </ tr >
103
- </ tbody >
104
- </ table >
105
- </ li >
106
- </ ul >
107
- < a name ="method ">
80
+ < div class ="contentContainer "> < a name ="method ">
108
81
<!-- -->
109
82
</ a >
110
83
< ul class ="blockList ">
@@ -116,100 +89,10 @@ <h2 title="Contents">Contents</h2>
116
89
</ tr >
117
90
< tbody >
118
91
< tr class ="altColor ">
119
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#getClusterStartup-- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.getClusterStartup()</ a >
120
- < div class ="block "> < span class ="deprecationComment "> Use the clusters and clusterDefaults properties.</ span > </ div >
121
- </ td >
122
- </ tr >
123
- < tr class ="rowColor ">
124
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#getImage-- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.getImage()</ a > </ td >
125
- </ tr >
126
- < tr class ="altColor ">
127
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#getImagePullPolicy-- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.getImagePullPolicy()</ a >
128
- < div class ="block "> < span class ="deprecationComment "> Use the Server imagePullPolicy property.</ span > </ div >
129
- </ td >
130
- </ tr >
131
- < tr class ="rowColor ">
132
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#getReplicas-- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.getReplicas()</ a >
133
- < div class ="block "> < span class ="deprecationComment "> Use the clusterDefaults property's replicas property.</ span > </ div >
134
- </ td >
135
- </ tr >
136
- < tr class ="altColor ">
137
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#getServerStartup-- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.getServerStartup()</ a >
138
- < div class ="block "> < span class ="deprecationComment "> Use the servers, clusters, clusterDefaults, nonClusteredServerDefaults and
139
- serverDefaults properties.</ span > </ div >
140
- </ td >
141
- </ tr >
142
- < tr class ="rowColor ">
143
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#getStartupControl-- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.getStartupControl()</ a >
144
- < div class ="block "> < span class ="deprecationComment "> Use the servers, clusters, clusterDefaults, nonClusteredServerDefaults and
145
- serverDefaults properties.</ span > </ div >
146
- </ td >
147
- </ tr >
148
- < tr class ="altColor ">
149
92
< td class ="colOne "> < a href ="oracle/kubernetes/operator/helpers/ResponseStep.html#onSuccess-oracle.kubernetes.operator.work.Packet-T-int-java.util.Map- "> oracle.kubernetes.operator.helpers.ResponseStep.onSuccess(Packet, T, int, Map<String, List<String>>)</ a >
150
93
< div class ="block "> < span class ="deprecationComment "> use < a href ="oracle/kubernetes/operator/helpers/ResponseStep.html#onSuccess-oracle.kubernetes.operator.work.Packet-oracle.kubernetes.operator.calls.CallResponse- "> < code > ResponseStep.onSuccess(Packet, CallResponse)</ code > </ a > instead</ span > </ div >
151
94
</ td >
152
95
</ tr >
153
- < tr class ="rowColor ">
154
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#setClusterStartup-java.util.List- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.setClusterStartup(List<ClusterStartup>)</ a >
155
- < div class ="block "> < span class ="deprecationComment "> Use the clusters and clusterDefaults properties.</ span > </ div >
156
- </ td >
157
- </ tr >
158
- < tr class ="altColor ">
159
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#setImage-java.lang.String- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.setImage(String)</ a > </ td >
160
- </ tr >
161
- < tr class ="rowColor ">
162
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#setImagePullPolicy-java.lang.String- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.setImagePullPolicy(String)</ a >
163
- < div class ="block "> < span class ="deprecationComment "> Use the Server imagePullPolicy property.</ span > </ div >
164
- </ td >
165
- </ tr >
166
- < tr class ="altColor ">
167
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#setReplicas-java.lang.Integer- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.setReplicas(Integer)</ a >
168
- < div class ="block "> < span class ="deprecationComment "> Use the clusterDefaults property's replicas property.</ span > </ div >
169
- </ td >
170
- </ tr >
171
- < tr class ="rowColor ">
172
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#setServerStartup-java.util.List- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.setServerStartup(List<ServerStartup>)</ a >
173
- < div class ="block "> < span class ="deprecationComment "> Use the servers, clusters, clusterDefaults, nonClusteredServerDefaults and
174
- serverDefaults properties.</ span > </ div >
175
- </ td >
176
- </ tr >
177
- < tr class ="altColor ">
178
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#setStartupControl-java.lang.String- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.setStartupControl(String)</ a >
179
- < div class ="block "> < span class ="deprecationComment "> Use the servers, clusters, clusterDefaults, nonClusteredServerDefaults and
180
- serverDefaults properties.</ span > </ div >
181
- </ td >
182
- </ tr >
183
- < tr class ="rowColor ">
184
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#withClusterStartup-java.util.List- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.withClusterStartup(List<ClusterStartup>)</ a >
185
- < div class ="block "> < span class ="deprecationComment "> Use the clusters and clusterDefaults properties.</ span > </ div >
186
- </ td >
187
- </ tr >
188
- < tr class ="altColor ">
189
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#withImage-java.lang.String- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.withImage(String)</ a > </ td >
190
- </ tr >
191
- < tr class ="rowColor ">
192
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#withImagePullPolicy-java.lang.String- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.withImagePullPolicy(String)</ a >
193
- < div class ="block "> < span class ="deprecationComment "> Use the Server imagePullPolicy property.</ span > </ div >
194
- </ td >
195
- </ tr >
196
- < tr class ="altColor ">
197
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#withReplicas-java.lang.Integer- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.withReplicas(Integer)</ a >
198
- < div class ="block "> < span class ="deprecationComment "> Use the clusterDefaults property's replicas property.</ span > </ div >
199
- </ td >
200
- </ tr >
201
- < tr class ="rowColor ">
202
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#withServerStartup-java.util.List- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.withServerStartup(List<ServerStartup>)</ a >
203
- < div class ="block "> < span class ="deprecationComment "> Use the servers, clusters, clusterDefaults, nonClusteredServerDefaults and
204
- serverDefaults properties.</ span > </ div >
205
- </ td >
206
- </ tr >
207
- < tr class ="altColor ">
208
- < td class ="colOne "> < a href ="oracle/kubernetes/weblogic/domain/v1/DomainSpec.html#withStartupControl-java.lang.String- "> oracle.kubernetes.weblogic.domain.v1.DomainSpec.withStartupControl(String)</ a >
209
- < div class ="block "> < span class ="deprecationComment "> Use the servers, clusters, clusterDefaults, nonClusteredServerDefaults and
210
- serverDefaults properties.</ span > </ div >
211
- </ td >
212
- </ tr >
213
96
</ tbody >
214
97
</ table >
215
98
</ li >
0 commit comments