Skip to content

Commit 9d8b631

Browse files
committed
Update generated documentation
1 parent 3293b7d commit 9d8b631

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

documentation/domains/Domain.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@
850850
"type": "string"
851851
},
852852
"podSecurityContext": {
853-
"description": "Pod-level security attributes. See `kubectl explain pods.spec.podSecurityContext`. Beginning with operator version 3.4.7, if no value is specified for this field, the operator will use default content for the pod-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.",
853+
"description": "Pod-level security attributes. See `kubectl explain pods.spec.podSecurityContext`. Beginning with operator version 3.4.8, if no value is specified for this field, the operator will use default content for the pod-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.",
854854
"$ref": "https://github.com/garethr/kubernetes-json-schema/blob/master/v1.13.5/_definitions.json#/definitions/io.k8s.api.core.v1.PodSecurityContext"
855855
},
856856
"priorityClassName": {
@@ -901,7 +901,7 @@
901901
"$ref": "#/definitions/ProbeTuning"
902902
},
903903
"containerSecurityContext": {
904-
"description": "Container-level security attributes. Will override any matching Pod-level attributes. See `kubectl explain pods.spec.containers.securityContext`. Beginning with operator version 3.4.7, if no value is specified for this field, the operator will use default content for container-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.",
904+
"description": "Container-level security attributes. Will override any matching Pod-level attributes. See `kubectl explain pods.spec.containers.securityContext`. Beginning with operator version 3.4.8, if no value is specified for this field, the operator will use default content for container-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.",
905905
"$ref": "https://github.com/garethr/kubernetes-json-schema/blob/master/v1.13.5/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext"
906906
},
907907
"schedulerName": {

documentation/domains/Domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ The current status of the operation of the WebLogic domain. Updated automaticall
156156
| `annotations` | Map | The annotations to be added to generated resources. |
157157
| `auxiliaryImages` | Array of [Auxiliary Image](#auxiliary-image) | Use an auxiliary image to automatically include directory content from additional images. This is a useful alternative for including Model in Image model files, or other types of files, in a pod without requiring modifications to the pod's base image 'domain.spec.image'. This feature internally uses a Kubernetes emptyDir volume and Kubernetes init containers to share the files from the additional images with the pod. |
158158
| `containers` | Array of [Container](k8s1.13.5.md#container) | Additional containers to be included in the server Pod. See `kubectl explain pods.spec.containers`. |
159-
| `containerSecurityContext` | [Security Context](k8s1.13.5.md#security-context) | Container-level security attributes. Will override any matching Pod-level attributes. See `kubectl explain pods.spec.containers.securityContext`. Beginning with operator version 3.4.7, if no value is specified for this field, the operator will use default content for container-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/. |
159+
| `containerSecurityContext` | [Security Context](k8s1.13.5.md#security-context) | Container-level security attributes. Will override any matching Pod-level attributes. See `kubectl explain pods.spec.containers.securityContext`. Beginning with operator version 3.4.8, if no value is specified for this field, the operator will use default content for container-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/. |
160160
| `env` | Array of [Env Var](k8s1.13.5.md#env-var) | A list of environment variables to set in the container running a WebLogic Server instance. More info: https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-resource/#jvm-memory-and-java-option-environment-variables. See `kubectl explain pods.spec.containers.env`. |
161161
| `hostAliases` | Array of [Host Alias](k8s1.13.5.md#host-alias) | HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods. |
162162
| `initContainers` | Array of [Container](k8s1.13.5.md#container) | Initialization containers to be included in the server Pod. See `kubectl explain pods.spec.initContainers`. |
163163
| `labels` | Map | The labels to be added to generated resources. The label names must not start with "weblogic.". |
164164
| `livenessProbe` | [Probe Tuning](#probe-tuning) | Settings for the liveness probe associated with a WebLogic Server instance. |
165165
| `nodeName` | string | NodeName is a request to schedule this Pod onto a specific Node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits the resource requirements. See `kubectl explain pods.spec.nodeName`. |
166166
| `nodeSelector` | Map | Selector which must match a Node's labels for the Pod to be scheduled on that Node. See `kubectl explain pods.spec.nodeSelector`. |
167-
| `podSecurityContext` | [Pod Security Context](k8s1.13.5.md#pod-security-context) | Pod-level security attributes. See `kubectl explain pods.spec.podSecurityContext`. Beginning with operator version 3.4.7, if no value is specified for this field, the operator will use default content for the pod-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/. |
167+
| `podSecurityContext` | [Pod Security Context](k8s1.13.5.md#pod-security-context) | Pod-level security attributes. See `kubectl explain pods.spec.podSecurityContext`. Beginning with operator version 3.4.8, if no value is specified for this field, the operator will use default content for the pod-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/. |
168168
| `priorityClassName` | string | If specified, indicates the Pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be the default or zero, if there is no default. See `kubectl explain pods.spec.priorityClassName`. |
169169
| `readinessGates` | Array of [Pod Readiness Gate](k8s1.13.5.md#pod-readiness-gate) | If specified, all readiness gates will be evaluated for Pod readiness. A Pod is ready when all its containers are ready AND all conditions specified in the readiness gates have a status equal to "True". More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md. |
170170
| `readinessProbe` | [Probe Tuning](#probe-tuning) | Settings for the readiness probe associated with a WebLogic Server instance. |

kubernetes/crd/domain-crd.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition
66
metadata:
77
annotations:
8-
weblogic.sha256: 3e97d0a6aae14bdbaa1f844ac80ab297cec9c4c6be23c3cbb6702d378041ad03
8+
weblogic.sha256: 7671e75d67d199a0e44eeab105f2eed5f0f70ea96c27ad9822188eebc11a415d
99
name: domains.weblogic.oracle
1010
spec:
1111
group: weblogic.oracle
@@ -546,7 +546,7 @@ spec:
546546
podSecurityContext:
547547
description: 'Pod-level security attributes. See `kubectl
548548
explain pods.spec.podSecurityContext`. Beginning with operator
549-
version 3.4.7, if no value is specified for this field,
549+
version 3.4.8, if no value is specified for this field,
550550
the operator will use default content for the pod-level
551551
`securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.'
552552
properties:
@@ -727,7 +727,7 @@ spec:
727727
description: 'Container-level security attributes. Will override
728728
any matching Pod-level attributes. See `kubectl explain
729729
pods.spec.containers.securityContext`. Beginning with operator
730-
version 3.4.7, if no value is specified for this field,
730+
version 3.4.8, if no value is specified for this field,
731731
the operator will use default content for container-level
732732
`securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.'
733733
properties:
@@ -3470,7 +3470,7 @@ spec:
34703470
podSecurityContext:
34713471
description: 'Pod-level security attributes. See `kubectl
34723472
explain pods.spec.podSecurityContext`. Beginning with
3473-
operator version 3.4.7, if no value is specified for this
3473+
operator version 3.4.8, if no value is specified for this
34743474
field, the operator will use default content for the pod-level
34753475
`securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.'
34763476
type: object
@@ -3654,7 +3654,7 @@ spec:
36543654
description: 'Container-level security attributes. Will
36553655
override any matching Pod-level attributes. See `kubectl
36563656
explain pods.spec.containers.securityContext`. Beginning
3657-
with operator version 3.4.7, if no value is specified
3657+
with operator version 3.4.8, if no value is specified
36583658
for this field, the operator will use default content
36593659
for container-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.'
36603660
type: object
@@ -6414,7 +6414,7 @@ spec:
64146414
podSecurityContext:
64156415
description: 'Pod-level security attributes. See `kubectl explain
64166416
pods.spec.podSecurityContext`. Beginning with operator version
6417-
3.4.7, if no value is specified for this field, the operator
6417+
3.4.8, if no value is specified for this field, the operator
64186418
will use default content for the pod-level `securityContext`.
64196419
More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.'
64206420
properties:
@@ -6591,7 +6591,7 @@ spec:
65916591
containerSecurityContext:
65926592
description: 'Container-level security attributes. Will override
65936593
any matching Pod-level attributes. See `kubectl explain pods.spec.containers.securityContext`.
6594-
Beginning with operator version 3.4.7, if no value is specified
6594+
Beginning with operator version 3.4.8, if no value is specified
65956595
for this field, the operator will use default content for container-level
65966596
`securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.'
65976597
properties:
@@ -9236,7 +9236,7 @@ spec:
92369236
podSecurityContext:
92379237
description: 'Pod-level security attributes. See `kubectl
92389238
explain pods.spec.podSecurityContext`. Beginning with
9239-
operator version 3.4.7, if no value is specified for this
9239+
operator version 3.4.8, if no value is specified for this
92409240
field, the operator will use default content for the pod-level
92419241
`securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.'
92429242
type: object
@@ -9420,7 +9420,7 @@ spec:
94209420
description: 'Container-level security attributes. Will
94219421
override any matching Pod-level attributes. See `kubectl
94229422
explain pods.spec.containers.securityContext`. Beginning
9423-
with operator version 3.4.7, if no value is specified
9423+
with operator version 3.4.8, if no value is specified
94249424
for this field, the operator will use default content
94259425
for container-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.'
94269426
type: object

0 commit comments

Comments
 (0)