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": "Indicates whether a service account token should be automatically mounted on the pod. Defaults to true if not set. See `kubectl explain pods.spec.automountServiceAccountToken`.",
239
+
"type": "boolean"
240
+
},
237
241
"readinessProbe": {
238
242
"description": "Settings for the readiness probe associated with a WebLogic Server instance. If not specified, the operator will create an HTTP probe accessing the /weblogic/ready path. If an HTTP probe is specified then the operator will fill in `path`, `port`, and `scheme`, if they are missing. The operator will also fill in any missing tuning-related fields if they are unspecified. Tuning-related fields will be inherited from the domain and cluster scopes unless a more specific scope defines a different action, such as a different HTTP path to access.",
Copy file name to clipboardExpand all lines: documentation/domains/Cluster.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ The specification of the operation of the WebLogic cluster. Required.
55
55
| --- | --- | --- |
56
56
|`affinity`|[Affinity](k8s1.28.2.md#affinity)| The Pod's scheduling constraints. More info: https://oracle.github.io/weblogic-kubernetes-operator/faq/node-heating/. See `kubectl explain pods.spec.affinity`. |
57
57
|`annotations`| Map | The annotations to be added to generated resources. |
58
+
|`automountServiceAccountToken`| Boolean | Indicates whether a service account token should be automatically mounted on the pod. Defaults to true if not set. See `kubectl explain pods.spec.automountServiceAccountToken`. |
58
59
|`containers`| Array of [Container](k8s1.28.2.md#container)| Additional containers to be included in the server Pod. See `kubectl explain pods.spec.containers`. |
59
60
|`containerSecurityContext`|[Security Context](k8s1.28.2.md#security-context)| Container-level security attributes. Will override any matching Pod-level attributes. See `kubectl explain pods.spec.containers.securityContext`. 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/.|
60
61
|`env`| Array of [Env Var](k8s1.28.2.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`. |
"description": "Indicates whether a service account token should be automatically mounted on the pod. Defaults to true if not set. See `kubectl explain pods.spec.automountServiceAccountToken`.",
1112
+
"type": "boolean"
1113
+
},
1110
1114
"readinessProbe": {
1111
1115
"description": "Settings for the readiness probe associated with a WebLogic Server instance. If not specified, the operator will create an HTTP probe accessing the /weblogic/ready path. If an HTTP probe is specified then the operator will fill in `path`, `port`, and `scheme`, if they are missing. The operator will also fill in any missing tuning-related fields if they are unspecified. Tuning-related fields will be inherited from the domain and cluster scopes unless a more specific scope defines a different action, such as a different HTTP path to access.",
Copy file name to clipboardExpand all lines: documentation/domains/Domain.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
156
156
| --- | --- | --- |
157
157
|`affinity`|[Affinity](k8s1.28.2.md#affinity)| The Pod's scheduling constraints. More info: https://oracle.github.io/weblogic-kubernetes-operator/faq/node-heating/. See `kubectl explain pods.spec.affinity`. |
158
158
|`annotations`| Map | The annotations to be added to generated resources. |
159
+
|`automountServiceAccountToken`| Boolean | Indicates whether a service account token should be automatically mounted on the pod. Defaults to true if not set. See `kubectl explain pods.spec.automountServiceAccountToken`. |
159
160
|`containers`| Array of [Container](k8s1.28.2.md#container)| Additional containers to be included in the server Pod. See `kubectl explain pods.spec.containers`. |
160
161
|`containerSecurityContext`|[Security Context](k8s1.28.2.md#security-context)| Container-level security attributes. Will override any matching Pod-level attributes. See `kubectl explain pods.spec.containers.securityContext`. 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/.|
161
162
|`env`| Array of [Env Var](k8s1.28.2.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`. |
0 commit comments