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: docs/domains/Domain.md
+11-21Lines changed: 11 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ DomainSpec is a description of a domain.
19
19
| adminServer |[Admin Server](#admin-server)| Configuration for the admin server. |
20
20
| clusters | array of [Cluster](#cluster)| Configuration for the clusters. |
21
21
| configOverrides | string | The name of the config map for optional WebLogic configuration overrides. |
22
-
| configOverrideSecrets | array of | A list of names of the secrets for optional WebLogic configuration overrides. |
22
+
| configOverrideSecrets | array of string| A list of names of the secrets for optional WebLogic configuration overrides. |
23
23
| domainHome | string | The folder for the Weblogic Domain. Not required. Defaults to /shared/domains/domains/domainUID if domainHomeInImage is false Defaults to /u01/oracle/user_projects/domains/ if domainHomeInImage is true |
24
24
| domainHomeInImage | boolean | True if this domain's home is defined in the docker image for the domain. Defaults to true. |
25
25
| domainUID | string | Domain unique identifier. Must be unique across the Kubernetes cluster. Not required. Defaults to the value of metadata.name |
@@ -49,7 +49,7 @@ DomainStatus represents information about the status of a domain. Status may tra
49
49
| reason | string | A brief CamelCase message indicating details about why the domain is in this state. |
50
50
| replicas | number | The number of running managed servers in the WebLogic cluster if there is only one cluster in the domain and where the cluster does not explicitly configure its replicas in a cluster specification. |
51
51
| servers | array of [Server Status](#server-status)| Status of WebLogic servers in this domain. |
52
-
| startTime || 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. |
52
+
| startTime |DateTime| 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. |
53
53
54
54
### Admin Server
55
55
@@ -99,12 +99,12 @@ ServerPod describes the configuration for a Kubernetes pod for a server.
99
99
100
100
| Name | Type | Description |
101
101
| --- | --- | --- |
102
-
| annotations || The annotations to be attached to generated resources. |
102
+
| annotations |Map| The annotations to be attached to generated resources. |
103
103
| containerSecurityContext |[Security Context](k8s1.9.0.md#security-context)| Container-level security attributes. Will override any matching pod-level attributes. |
104
104
| env | array of [Env Var](k8s1.9.0.md#env-var)| A list of environment variables to add to a server |
105
-
| labels || The labels to be attached to generated resources. The label names must not start with 'weblogic.'. |
105
+
| labels |Map| The labels to be attached to generated resources. The label names must not start with 'weblogic.'. |
106
106
| livenessProbe |[Probe Tuning](#probe-tuning)| Settings for the liveness probe associated with a server. |
107
-
| nodeSelector || Selector which must match a node's labels for the pod to be scheduled on that node. |
107
+
| nodeSelector |Map| Selector which must match a node's labels for the pod to be scheduled on that node. |
| readinessProbe |[Probe Tuning](#probe-tuning)| Settings for the readiness probe associated with a server. |
110
110
| resources |[Resource Requirements](k8s1.9.0.md#resource-requirements)| Memory and cpu minimum requirements and limits for the server. |
@@ -115,15 +115,15 @@ ServerPod describes the configuration for a Kubernetes pod for a server.
115
115
116
116
| Name | Type | Description |
117
117
| --- | --- | --- |
118
-
| annotations || The annotations to be attached to generated resources. |
119
-
| labels || The labels to be attached to generated resources. The label names must not start with 'weblogic.'. |
118
+
| annotations |Map| The annotations to be attached to generated resources. |
119
+
| labels |Map| The labels to be attached to generated resources. The label names must not start with 'weblogic.'. |
120
120
121
121
### Domain Condition
122
122
123
123
| Name | Type | Description |
124
124
| --- | --- | --- |
125
-
| lastProbeTime || Last time we probed the condition. |
126
-
| lastTransitionTime || Last time the condition transitioned from one status to another. |
125
+
| lastProbeTime |DateTime| Last time we probed the condition. |
126
+
| lastTransitionTime |DateTime| Last time the condition transitioned from one status to another. |
127
127
| message | string | Human-readable message indicating details about last transition. |
128
128
| reason | string | Unique, one-word, CamelCase reason for the condition's last transition. |
129
129
| status | string | Status is the status of the condition. Can be True, False, Unknown. Required |
@@ -139,22 +139,12 @@ ServerPod describes the configuration for a Kubernetes pod for a server.
139
139
| serverName | string | WebLogic server name. Required |
140
140
| state | string | Current state of this WebLogic server. Required |
141
141
142
-
### Date Time
143
-
144
-
| Name | Type | Description |
145
-
| --- | --- | --- |
146
-
147
142
### Admin Service
148
143
149
144
| Name | Type | Description |
150
145
| --- | --- | --- |
151
146
| channels | array of [Channel](#channel)| Specifies which of the admin server's WebLogic channels should be exposed outside the Kubernetes cluster via a node port service, along with the node port for each channel. If not specified, the admin server's node port service will not be created. |
152
147
153
-
### Map
154
-
155
-
| Name | Type | Description |
156
-
| --- | --- | --- |
157
-
158
148
### Probe Tuning
159
149
160
150
| Name | Type | Description |
@@ -167,7 +157,7 @@ ServerPod describes the configuration for a Kubernetes pod for a server.
167
157
168
158
| Name | Type | Description |
169
159
| --- | --- | --- |
170
-
| activationTime || RFC 3339 date and time at which the server started. |
160
+
| activationTime |DateTime| RFC 3339 date and time at which the server started. |
171
161
| overallHealth | string | Server health of this WebLogic server. |
172
162
| subsystems | array of [Subsystem Health](#subsystem-health)| Status of unhealthy subsystems, if any. |
173
163
@@ -186,4 +176,4 @@ Describes a single channel used by the admin server.
186
176
| --- | --- | --- |
187
177
| health | string | Server health of this WebLogic server. Required |
188
178
| subsystemName | string | Name of subsystem providing symptom information. Required |
189
-
| symptoms | array of | Symptoms provided by the reporting subsystem. |
179
+
| symptoms | array of string| Symptoms provided by the reporting subsystem. |
Copy file name to clipboardExpand all lines: docs/domains/k8s1.9.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ObjectMeta is metadata that all persisted resources must have, which includes al
14
14
| creationTimestamp |[Time](#time)| CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.<br/><br/>Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata|
15
15
| deletionGracePeriodSeconds || Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. |
16
16
| deletionTimestamp | [Time](#time) | DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.<br/><br/>Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata |
17
-
| finalizers | array of | Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. |
17
+
| finalizers | array of string| Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. |
18
18
| generateName | string | GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.<br/><br/>If this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).<br/><br/>Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency|
19
19
| generation || A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. |
20
20
| initializers |[Initializers](#initializers)| An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven't explicitly asked to observe uninitialized objects.<br/><br/>When an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user. |
0 commit comments