Skip to content

Commit bf113a7

Browse files
committed
CRD v7
1 parent 8b7c12e commit bf113a7

File tree

18 files changed

+108520
-22
lines changed

18 files changed

+108520
-22
lines changed

docs-source/content/faq/cannot-pull-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Here is an example of part of a domain custom resource file with the `imagePullS
9191
specified:
9292

9393
```
94-
apiVersion: "weblogic.oracle/v6"
94+
apiVersion: "weblogic.oracle/v7"
9595
kind: Domain
9696
metadata:
9797
name: domain1

docs-source/content/samples/simple/domains/domain-home-in-image/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ The content of the generated `domain.yaml`:
183183
#
184184
# This is an example of how to define a Domain resource.
185185
#
186-
apiVersion: "weblogic.oracle/v6"
186+
apiVersion: "weblogic.oracle/v7"
187187
kind: Domain
188188
metadata:
189189
name: domain1

docs-source/content/samples/simple/domains/domain-home-on-pv/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The content of the generated `domain.yaml`:
151151
#
152152
# This is an example of how to define a Domain resource.
153153
#
154-
apiVersion: "weblogic.oracle/v6"
154+
apiVersion: "weblogic.oracle/v7"
155155
kind: Domain
156156
metadata:
157157
name: domain1

docs-source/content/samples/simple/domains/model-in-image/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,8 @@ Copy the following to a file called `/tmp/mii-sample/mii-initial.yaml` or simila
812812
# This is an example of how to define a Domain resource.
813813
#
814814
# If you are using 3.0.0-rc1, then the version on the following line
815-
# should be `v7` not `v6`.
816-
apiVersion: "weblogic.oracle/v7"
815+
# should be `v8` not `v7`.
816+
apiVersion: "weblogic.oracle/v8"
817817
kind: Domain
818818
metadata:
819819
name: sample-domain1
@@ -937,8 +937,8 @@ Copy the following to a file called `/tmp/mii-sample/mii-initial.yaml` or simila
937937
# This is an example of how to define a Domain resource.
938938
#
939939
# If you are using 3.0.0-rc1, then the version on the following line
940-
# should be `v7` not `v6`.
941-
apiVersion: "weblogic.oracle/v6"
940+
# should be `v8` not `v7`.
941+
apiVersion: "weblogic.oracle/v7"
942942
kind: Domain
943943
metadata:
944944
name: sample-domain1

docs-source/content/samples/simple/domains/soa-domain/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ $ cat output/weblogic-domains/soainfra/domain.yaml
195195
# This is an example of how to define a Domain resource.
196196
#
197197
# If you are using 3.0.0-rc1, then the version on the following line
198-
# should be `v7` not `v6`.
199-
apiVersion: "weblogic.oracle/v6"
198+
# should be `v8` not `v7`.
199+
apiVersion: "weblogic.oracle/v7"
200200
kind: Domain
201201
metadata:
202202
name: soainfra

docs-source/content/samples/simple/elastic-stack/weblogic-domain/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ The following is a complete example of a domain custom resource with a `fluentd`
257257

258258
```yaml
259259
# If you are using 3.0.0-rc1, then the version on the following line
260-
# should be `v7` not `v6`.
261-
apiVersion: weblogic.oracle/v6
260+
# should be `v8` not `v7`.
261+
apiVersion: weblogic.oracle/v7
262262
kind: Domain
263263
metadata:
264264
labels:

docs-source/content/userguide/managing-domains/domain-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This example snippet illustrates how to add the above environment variables usin
127127
# Copyright 2017, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
128128
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
129129
#
130-
apiVersion: "weblogic.oracle/v6"
130+
apiVersion: "weblogic.oracle/v7"
131131
kind: Domain
132132
metadata:
133133
name: domain1
@@ -177,7 +177,7 @@ This example domain YAML file specifies that Pods for WebLogic Server instances
177177
# Copyright (c) 2019, 2020, Oracle Corporation and/or its affiliates.
178178
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
179179
#
180-
apiVersion: "weblogic.oracle/v6"
180+
apiVersion: "weblogic.oracle/v7"
181181
kind: Domain
182182
metadata:
183183
name: domain1

kubernetes/crd/domain-crd.yaml

Lines changed: 21245 additions & 1 deletion
Large diffs are not rendered by default.

kubernetes/crd/domain-crdv6-240.yaml

Lines changed: 45168 additions & 0 deletions
Large diffs are not rendered by default.

kubernetes/crd/domain-v1beta1-crd.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20829,7 +20829,7 @@ spec:
2082920829
type: number
2083020830
minimum: 0.0
2083120831
versions:
20832-
- name: v6
20832+
- name: v7
2083320833
served: true
2083420834
storage: true
2083520835
- name: v2
@@ -20844,3 +20844,6 @@ spec:
2084420844
- name: v5
2084520845
served: true
2084620846
storage: false
20847+
- name: v6
20848+
served: true
20849+
storage: false

0 commit comments

Comments
 (0)