You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src-generated-swagger/main/java/oracle/kubernetes/operator/domain/model/oracle/kubernetes/weblogic/domain/v1/DomainSpec.java
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -267,20 +267,21 @@ public DomainSpec startupControl(String startupControl) {
267
267
}
268
268
269
269
/**
270
-
* Controls which managed servers will be started. Legal values are ADMIN, ALL,
271
-
* SPECIFIED or AUTO. Defaults to AUTO. ADMIN indicates that only the
272
-
* administration server is started. ALL indicates that all servers in the
273
-
* domain will be started. SPECIFIED indicates that the administration server is
274
-
* started and then additionally only those servers listed under serverStartup
275
-
* or managed servers belonging to clusters listed under clusterStartup up to
276
-
* the cluster's replicas field will be started. AUTO indicates that servers
277
-
* will be started exactly as with SPECIFIED, but then managed servers belonging
278
-
* to clusters not listed under clusterStartup will be started up to the
279
-
* replicas field.
270
+
* Controls which managed servers will be started. Legal values are NONE,
271
+
* ADMIN, ALL, SPECIFIED or AUTO. Defaults to AUTO. NONE indicates that no
272
+
* servers, including the administration server, will be started. ADMIN
273
+
* indicates that only the administration server is started. ALL indicates
274
+
* that all servers in the domain will be started. SPECIFIED indicates that
275
+
* the administration server is started and then additionally only those
276
+
* servers listed under serverStartup or managed servers belonging to
277
+
* clusters listed under clusterStartup up to the cluster's replicas field
278
+
* will be started. AUTO indicates that servers will be started exactly as
279
+
* with SPECIFIED, but then managed servers belonging to clusters not listed
280
+
* under clusterStartup will be started up to the replicas field.
280
281
*
281
282
* @return startupControl
282
283
**/
283
-
@ApiModelProperty(value = "Controls which managed servers will be started. Legal values are ADMIN, ALL, SPECIFIED or AUTO. Defaults to AUTO. ADMIN indicates that only the administration server is started. ALL indicates that all servers in the domain will be started. SPECIFIED indicates that the administration server is started and then additionally only those servers listed under serverStartup or managed servers belonging to clusters listed under clusterStartup up to the cluster's replicas field will be started. AUTO indicates that servers will be started exactly as with SPECIFIED, but then managed servers belonging to clusters not listed under clusterStartup will be started up to the replicas field.")
284
+
@ApiModelProperty(value = "Controls which managed servers will be started. Legal values are NONE, ADMIN, ALL, SPECIFIED or AUTO. Defaults to AUTO. NONE indicates that no servers, including the administration server, will be started. ADMIN indicates that only the administration server is started. ALL indicates that all servers in the domain will be started. SPECIFIED indicates that the administration server is started and then additionally only those servers listed under serverStartup or managed servers belonging to clusters listed under clusterStartup up to the cluster's replicas field will be started. AUTO indicates that servers will be started exactly as with SPECIFIED, but then managed servers belonging to clusters not listed under clusterStartup will be started up to the replicas field.")
0 commit comments