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
"description": "Settings for the startup probe associated with a WebLogic Server instance. If not specified, the operator will not create a default startup probe.",
"description": "Selector which must match a Node\u0027s labels for the Pod to be scheduled on that Node. See `kubectl explain pods.spec.nodeSelector`.",
Copy file name to clipboardExpand all lines: documentation/domains/Cluster.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ The specification of the operation of the WebLogic cluster. Required.
77
77
|`schedulerName`| string | If specified, the Pod will be dispatched by the specified scheduler. If not specified, the Pod will be dispatched by the default scheduler. See `kubectl explain pods.spec.schedulerName`. |
78
78
|`serviceAccountName`| string | Name of the ServiceAccount to be used to run this Pod. If it is not set, default ServiceAccount will be used. The ServiceAccount has to exist at the time the Pod is created. See `kubectl explain pods.spec.serviceAccountName`. |
79
79
|`shutdown`|[Shutdown](#shutdown)| Configures how the operator should shut down the server instance. |
80
+
|`startupProbe`|[Probe](k8s1.28.2.md#probe)| Settings for the startup probe associated with a WebLogic Server instance. If not specified, the operator will not create a default startup probe. |
80
81
|`tolerations`| Array of [Toleration](k8s1.28.2.md#toleration)| If specified, the Pod's tolerations. See `kubectl explain pods.spec.tolerations`. |
81
82
|`topologySpreadConstraints`| Array of [Topology Spread Constraint](k8s1.28.2.md#topology-spread-constraint)| TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed. |
82
83
|`volumeMounts`| Array of [Volume Mount](k8s1.28.2.md#volume-mount)| Additional volume mounts for the container running a WebLogic Server instance. See `kubectl explain pods.spec.containers.volumeMounts`. |
"description": "Settings for the startup probe associated with a WebLogic Server instance. If not specified, the operator will not create a default startup probe.",
"description": "Selector which must match a Node\u0027s labels for the Pod to be scheduled on that Node. See `kubectl explain pods.spec.nodeSelector`.",
Copy file name to clipboardExpand all lines: documentation/domains/Domain.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
178
178
|`schedulerName`| string | If specified, the Pod will be dispatched by the specified scheduler. If not specified, the Pod will be dispatched by the default scheduler. See `kubectl explain pods.spec.schedulerName`. |
179
179
|`serviceAccountName`| string | Name of the ServiceAccount to be used to run this Pod. If it is not set, default ServiceAccount will be used. The ServiceAccount has to exist at the time the Pod is created. See `kubectl explain pods.spec.serviceAccountName`. |
180
180
|`shutdown`|[Shutdown](#shutdown)| Configures how the operator should shut down the server instance. |
181
+
|`startupProbe`|[Probe](k8s1.28.2.md#probe)| Settings for the startup probe associated with a WebLogic Server instance. If not specified, the operator will not create a default startup probe. |
181
182
|`tolerations`| Array of [Toleration](k8s1.28.2.md#toleration)| If specified, the Pod's tolerations. See `kubectl explain pods.spec.tolerations`. |
182
183
|`topologySpreadConstraints`| Array of [Topology Spread Constraint](k8s1.28.2.md#topology-spread-constraint)| TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed. |
183
184
|`volumeMounts`| Array of [Volume Mount](k8s1.28.2.md#volume-mount)| Additional volume mounts for the container running a WebLogic Server instance. See `kubectl explain pods.spec.containers.volumeMounts`. |
0 commit comments