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: documentation/domains/Domain.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -541,6 +541,10 @@
541
541
"type": "number",
542
542
"minimum": 0
543
543
},
544
+
"lastIntrospectJobProcessedUid": {
545
+
"description": "Unique id of the last introspector job that was processed for this domain.",
546
+
"type": "string"
547
+
},
544
548
"startTime": {
545
549
"description": "RFC 3339 date and time at which the operator started the domain. This will be when the operator begins processing and will precede when the various servers or clusters are available.",
Copy file name to clipboardExpand all lines: documentation/domains/Domain.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
56
56
|`clusters`| Array of [Cluster Status](#cluster-status)| Status of WebLogic clusters in this domain. |
57
57
|`conditions`| Array of [Domain Condition](#domain-condition)| Current service state of the domain. |
58
58
|`introspectJobFailureCount`| number | Non-zero if the introspector job fails for any reason. You can configure an introspector job retry limit for jobs that log script failures using the Operator tuning parameter 'domainPresenceFailureRetryMaxCount' (default 5). You cannot configure a limit for other types of failures, such as a Domain resource reference to an unknown secret name; in which case, the retries are unlimited. |
59
+
|`lastIntrospectJobProcessedUid`| string | Unique id of the last introspector job that was processed for this domain. |
59
60
|`message`| string | A human readable message indicating details about why the domain is in this condition. |
60
61
|`reason`| string | A brief CamelCase message indicating details about why the domain is in this state. |
61
62
|`replicas`| number | The number of running cluster member Managed Servers in the WebLogic cluster if there is exactly one cluster defined in the domain configuration and where the `replicas` field is set at the `spec` level rather than for the specific cluster under `clusters`. This field is provided to support use of Kubernetes scaling for this limited use case. |
Copy file name to clipboardExpand all lines: documentation/domains/index.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1462,6 +1462,10 @@
1462
1462
"type": "number",
1463
1463
"minimum": 0.0
1464
1464
},
1465
+
"lastIntrospectJobProcessedUid": {
1466
+
"description": "Unique id of the last introspector job that was processed for this domain.",
1467
+
"type": "string"
1468
+
},
1465
1469
"startTime": {
1466
1470
"description": "RFC 3339 date and time at which the operator started the domain. This will be when the operator begins processing and will precede when the various servers or clusters are available.",
0 commit comments