Skip to content

Commit 7a2376e

Browse files
committed
Review comments
1 parent 51fa882 commit 7a2376e

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

docs-source/content/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ draft: false
88

99
| Date | Version | Introduces backward incompatibilities | Change |
1010
| --- | --- | --- | --- |
11-
| June 1, 2020 | v2.6.0 | no | Kubernetes 1.16, 1.17, and 1.18 support. Removal of support for Kubernetes 1.13 and earlier. This release can be run in the same cluster with operators of either 2.5.0 and below, or with 3.x providing an upgrade path. Certified support of Oracle Linux Cloud Native Environment (OLCNE) 1.1 with Kubernetes 1.17.0.
11+
| June 22, 2020 | v2.6.0 | no | Kubernetes 1.16, 1.17, and 1.18 support. Removal of support for Kubernetes 1.13 and earlier. This release can be run in the same cluster with operators of either 2.5.0 and below, or with 3.x providing an upgrade path. Certified support of Oracle Linux Cloud Native Environment (OLCNE) 1.1 with Kubernetes 1.17.0.
1212
| May 8, 2020 | v3.0.0-rc1 | yes | Adds Model in Image feature. Support for Kubernetes 1.16. Removal of support for Kubernetes 1.13 and earlier. Removal of support for Helm 2.x. This release candidate cannot be run in the same cluster as another release of the operator. You can upgrade from the current release of the operator to 3.0.0-rc1 without needing to restart or recreate any existing domains. However, please note that we _do_ plan to support running the final 3.0.0 release in the same cluster with at least one 2.x release of the operator to allow for staged migration. |
1313
| February 26, 2020 | v2.5.0 | no | Support for Helm 3.x and OpenShift 4.3. Operator can be installed in a namespace-dedicated mode where operator requires no cluster-level Kubernetes privileges. This version is not supported on Kubernetes 1.16+; check the [prerequisites]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
1414
| November 15, 2019 | v2.4.0 | no | Includes fixes for a variety of issues related to FMW infrastructure domains and pod variable substitution. Operator now uses WebLogic Deploy Tooling 1.6.0 and the latest version of the Kubernetes Java Client.

docs/domains/Domain.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"type": "object",
173173
"properties": {
174174
"istio": {
175-
"description": "The Istio service mesh integration settings",
175+
"description": "The Istio service mesh integration settings.",
176176
"$ref": "#/definitions/Istio"
177177
}
178178
}
@@ -318,7 +318,7 @@
318318
"$ref": "#/definitions/ServerPod"
319319
},
320320
"logHome": {
321-
"description": "The in-pod name of the directory in which to store the domain, Node Manager, server logs, and server *.out files",
321+
"description": "The in-pod name of the directory in which to store the domain, Node Manager, server logs, and server *.out files.",
322322
"type": "string"
323323
},
324324
"includeServerOutInPodLog": {

docs/domains/Domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ DomainSpec is a description of a domain.
2929
| `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. |
3030
| `imagePullSecrets` | array of [Local Object Reference](k8s1.13.5.md#local-object-reference) | A list of image pull secrets for the WebLogic Docker image. |
3131
| `includeServerOutInPodLog` | Boolean | If true (the default), then the server .out file will be included in the pod's stdout. |
32-
| `logHome` | string | The in-pod name of the directory in which to store the domain, Node Manager, server logs, and server *.out files |
32+
| `logHome` | string | The in-pod name of the directory in which to store the domain, Node Manager, server logs, and server *.out files. |
3333
| `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. |
3434
| `managedServers` | array of [Managed Server](#managed-server) | Configuration for individual Managed Servers. |
3535
| `replicas` | number | The number of managed servers to run in any cluster that does not specify a replica count. |
@@ -87,7 +87,7 @@ An element representing a cluster in the domain configuration.
8787

8888
| Name | Type | Description |
8989
| --- | --- | --- |
90-
| `istio` | [Istio](#istio) | The Istio service mesh integration settings |
90+
| `istio` | [Istio](#istio) | The Istio service mesh integration settings. |
9191

9292
### Managed Server
9393

docs/domains/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@
10921092
"type": "object",
10931093
"properties": {
10941094
"istio": {
1095-
"description": "The Istio service mesh integration settings",
1095+
"description": "The Istio service mesh integration settings.",
10961096
"$ref": "#/definitions/Istio"
10971097
}
10981098
}
@@ -1238,7 +1238,7 @@
12381238
"$ref": "#/definitions/ServerPod"
12391239
},
12401240
"logHome": {
1241-
"description": "The in-pod name of the directory in which to store the domain, Node Manager, server logs, and server *.out files",
1241+
"description": "The in-pod name of the directory in which to store the domain, Node Manager, server logs, and server *.out files.",
12421242
"type": "string"
12431243
},
12441244
"includeServerOutInPodLog": {

kubernetes/crd/domain-crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
properties:
5252
istio:
5353
type: object
54-
description: The Istio service mesh integration settings
54+
description: The Istio service mesh integration settings.
5555
properties:
5656
readinessPort:
5757
type: number
@@ -10412,7 +10412,7 @@ spec:
1041210412
logHome:
1041310413
type: string
1041410414
description: The in-pod name of the directory in which to store the
10415-
domain, Node Manager, server logs, and server *.out files
10415+
domain, Node Manager, server logs, and server *.out files.
1041610416
includeServerOutInPodLog:
1041710417
type: boolean
1041810418
description: If true (the default), then the server .out file will

kubernetes/crd/domain-v1beta1-crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
properties:
5454
istio:
5555
type: object
56-
description: The Istio service mesh integration settings
56+
description: The Istio service mesh integration settings.
5757
properties:
5858
readinessPort:
5959
type: number
@@ -10204,7 +10204,7 @@ spec:
1020410204
logHome:
1020510205
type: string
1020610206
description: The in-pod name of the directory in which to store the
10207-
domain, Node Manager, server logs, and server *.out files
10207+
domain, Node Manager, server logs, and server *.out files.
1020810208
includeServerOutInPodLog:
1020910209
type: boolean
1021010210
description: If true (the default), then the server .out file will be

operator/src/main/java/oracle/kubernetes/weblogic/domain/model/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import org.apache.commons.lang3.builder.ToStringBuilder;
1010

1111
public class Configuration {
12-
@Description("The Istio service mesh integration settings")
12+
@Description("The Istio service mesh integration settings.")
1313
private Istio istio;
1414

1515
public Istio getIstio() {

operator/src/main/java/oracle/kubernetes/weblogic/domain/model/DomainSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class DomainSpec extends BaseConfiguration {
8787
*/
8888
@Description(
8989
"The in-pod name of the directory in which to store the domain, Node Manager, server logs, "
90-
+ "and server *.out files")
90+
+ "and server *.out files.")
9191
private String logHome;
9292

9393
/**

0 commit comments

Comments
 (0)