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": "The name of a pre-created Kubernetes secret, in the domain\u0027s namepace, that holds the username and password needed to boot WebLogic Server under the \u0027username\u0027 and \u0027password\u0027 fields.",
Copy file name to clipboardExpand all lines: docs/domains/Domain.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Domain represents a WebLogic domain and how it will be realized in the Kubernete
6
6
| --- | --- | --- |
7
7
|`apiVersion`| string | The API version for the Domain. |
8
8
|`kind`| string | The type of resource. Must be 'Domain'. |
9
-
|`metadata`|[Object Meta](k8s1.9.0.md#object-meta)| The domain meta-data. Must include the name and namespace. |
9
+
|`metadata`|[Object Meta](k8s1.13.5.md#object-meta)| The domain meta-data. Must include the name and namespace. |
10
10
|`spec`|[Domain Spec](#domain-spec)| The specification of the domain. Required |
11
11
|`status`|[Domain Status](#domain-status)| The current status of the domain. Updated by the operator. |
12
12
@@ -25,7 +25,7 @@ DomainSpec is a description of a domain.
25
25
|`domainUID`| string | Domain unique identifier. Must be unique across the Kubernetes cluster. Not required. Defaults to the value of metadata.name |
26
26
|`image`| string | The WebLogic Docker image; required when domainHomeInImage is true; otherwise, defaults to store/oracle/weblogic:12.2.1.3. |
27
27
|`imagePullPolicy`| string | The image pull policy for the WebLogic Docker image. Legal values are Always, Never and IfNotPresent. Defaults to Always if image ends in :latest, IfNotPresent otherwise. |
28
-
|`imagePullSecrets`| array of [Local Object Reference](k8s1.9.0.md#local-object-reference)| A list of image pull secrets for the WebLogic Docker image. |
28
+
|`imagePullSecrets`| array of [Local Object Reference](k8s1.13.5.md#local-object-reference)| A list of image pull secrets for the WebLogic Docker image. |
29
29
|`includeServerOutInPodLog`| Boolean | If true (the default), the server .out file will be included in the pod's stdout. |
30
30
|`logHome`| string | The in-pod name of the directory in which to store the domain, node manager, server logs, and server *.out files |
31
31
|`logHomeEnabled`| Boolean | Specified whether the log home folder is enabled. Not required. Defaults to true if domainHomeInImage is false. Defaults to false if domainHomeInImage is true. |
@@ -36,7 +36,7 @@ DomainSpec is a description of a domain.
36
36
|`serverService`|[Kubernetes Resource](#kubernetes-resource)| Customization affecting ClusterIP Kubernetes services for WebLogic server instances. |
37
37
|`serverStartPolicy`| string | The strategy for deciding whether to start a server. Legal values are ADMIN_ONLY, NEVER, or IF_NEEDED. |
38
38
|`serverStartState`| string | The state in which the server is to be started. Use ADMIN if server should start in the admin state. Defaults to RUNNING. |
39
-
|`webLogicCredentialsSecret`|[Secret Reference](k8s1.9.0.md#secret-reference)| The name of a pre-created Kubernetes secret, in the domain's namepace, that holds the username and password needed to boot WebLogic Server under the 'username' and 'password' fields. |
39
+
|`webLogicCredentialsSecret`|[Secret Reference](k8s1.13.5.md#secret-reference)| The name of a pre-created Kubernetes secret, in the domain's namepace, that holds the username and password needed to boot WebLogic Server under the 'username' and 'password' fields. |
40
40
41
41
### Domain Status
42
42
@@ -100,19 +100,19 @@ ServerPod describes the configuration for a Kubernetes pod for a server.
100
100
| Name | Type | Description |
101
101
| --- | --- | --- |
102
102
|`annotations`| Map | The annotations to be attached to generated resources. |
103
-
|`containers`| array of [Container](k8s1.9.0.md#container)| Additional containers to be included in the server pod. |
104
-
|`containerSecurityContext`|[Security Context](k8s1.9.0.md#security-context)| Container-level security attributes. Will override any matching pod-level attributes. |
105
-
|`env`| array of [Env Var](k8s1.9.0.md#env-var)| A list of environment variables to add to a server |
106
-
|`initContainers`| array of [Container](k8s1.9.0.md#container)| Initialization containers |
103
+
|`containers`| array of [Container](k8s1.13.5.md#container)| Additional containers to be included in the server pod. |
104
+
|`containerSecurityContext`|[Security Context](k8s1.13.5.md#security-context)| Container-level security attributes. Will override any matching pod-level attributes. |
105
+
|`env`| array of [Env Var](k8s1.13.5.md#env-var)| A list of environment variables to add to a server |
106
+
|`initContainers`| array of [Container](k8s1.13.5.md#container)| Initialization containers |
107
107
|`labels`| Map | The labels to be attached to generated resources. The label names must not start with 'weblogic.'. |
108
108
|`livenessProbe`|[Probe Tuning](#probe-tuning)| Settings for the liveness probe associated with a server. |
109
109
|`nodeSelector`| Map | Selector which must match a node's labels for the pod to be scheduled on that node. |
"description": "The name of a pre-created Kubernetes secret, in the domain\u0027s namepace, that holds the username and password needed to boot WebLogic Server under the \u0027username\u0027 and \u0027password\u0027 fields.",
0 commit comments