Skip to content

Commit cf33798

Browse files
committed
Sync documentation of main branch
1 parent 877e16a commit cf33798

25 files changed

+328
-51
lines changed

_generated-doc/main/config/quarkus-all-config.adoc

Lines changed: 98 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3075,7 +3075,7 @@ Environment variable: `+++QUARKUS_JIB_BASE_NATIVE_IMAGE+++`
30753075
endif::add-copy-button-to-env-var[]
30763076
--
30773077
|string
3078-
|`quay.io/quarkus/quarkus-micro-image:2.0`
3078+
|`quay.io/quarkus/ubi9-quarkus-micro-image:2.0`
30793079

30803080
a|icon:lock[title=Fixed at build time] [[quarkus-container-image-jib_quarkus-jib-jvm-arguments]] [.property-path]##link:#quarkus-container-image-jib_quarkus-jib-jvm-arguments[`quarkus.jib.jvm-arguments`]##
30813081
ifdef::add-copy-button-to-config-props[]
@@ -10372,6 +10372,29 @@ endif::add-copy-button-to-env-var[]
1037210372
|boolean
1037310373
|`false`
1037410374

10375+
a|icon:lock[title=Fixed at build time] [[quarkus-core_quarkus-test-integration-test-artifact-type]] [.property-path]##link:#quarkus-core_quarkus-test-integration-test-artifact-type[`quarkus.test.integration-test-artifact-type`]##
10376+
ifdef::add-copy-button-to-config-props[]
10377+
config_property_copy_button:+++quarkus.test.integration-test-artifact-type+++[]
10378+
endif::add-copy-button-to-config-props[]
10379+
10380+
10381+
[.description]
10382+
--
10383+
Used to override the artifact type against which a `@QuarkusIntegrationTest` or `@QuarkusMainIntegrationTest` run. For example, if the application's artifact is a container build from a jar, this property could be used to test the jar instead of the container.
10384+
10385+
Allowed values are: jar, native
10386+
10387+
10388+
ifdef::add-copy-button-to-env-var[]
10389+
Environment variable: env_var_with_copy_button:+++QUARKUS_TEST_INTEGRATION_TEST_ARTIFACT_TYPE+++[]
10390+
endif::add-copy-button-to-env-var[]
10391+
ifndef::add-copy-button-to-env-var[]
10392+
Environment variable: `+++QUARKUS_TEST_INTEGRATION_TEST_ARTIFACT_TYPE+++`
10393+
endif::add-copy-button-to-env-var[]
10394+
--
10395+
|string
10396+
|
10397+
1037510398
h|[.configroot-name]##Core thread pool##
1037610399
h|Type
1037710400
h|Default
@@ -11594,6 +11617,27 @@ endif::add-copy-button-to-env-var[]
1159411617
|string
1159511618
|
1159611619

11620+
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-keycloak_quarkus-keycloak-devservices-features]] [.property-path]##link:#quarkus-devservices-keycloak_quarkus-keycloak-devservices-features[`quarkus.keycloak.devservices.features`]##
11621+
ifdef::add-copy-button-to-config-props[]
11622+
config_property_copy_button:+++quarkus.keycloak.devservices.features+++[]
11623+
endif::add-copy-button-to-config-props[]
11624+
11625+
11626+
[.description]
11627+
--
11628+
Keycloak features. Use this property to enable one or more experimental Keycloak features. Note, if you also have to customize a Keycloak `start-command()`, you can use a `--features` option as part of the start command sequence, instead of configuring this property.
11629+
11630+
11631+
ifdef::add-copy-button-to-env-var[]
11632+
Environment variable: env_var_with_copy_button:+++QUARKUS_KEYCLOAK_DEVSERVICES_FEATURES+++[]
11633+
endif::add-copy-button-to-env-var[]
11634+
ifndef::add-copy-button-to-env-var[]
11635+
Environment variable: `+++QUARKUS_KEYCLOAK_DEVSERVICES_FEATURES+++`
11636+
endif::add-copy-button-to-env-var[]
11637+
--
11638+
|list of string
11639+
|
11640+
1159711641
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-keycloak_quarkus-keycloak-devservices-realm-name]] [.property-path]##link:#quarkus-devservices-keycloak_quarkus-keycloak-devservices-realm-name[`quarkus.keycloak.devservices.realm-name`]##
1159811642
ifdef::add-copy-button-to-config-props[]
1159911643
config_property_copy_button:+++quarkus.keycloak.devservices.realm-name+++[]
@@ -23894,31 +23938,31 @@ endif::add-copy-button-to-env-var[]
2389423938
|boolean
2389523939
|`true`
2389623940

23897-
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-validation-enabled]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-validation-enabled[`quarkus.hibernate-orm.validation.enabled`]##
23941+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-validation-mode]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-validation-mode[`quarkus.hibernate-orm.validation.mode`]##
2389823942
ifdef::add-copy-button-to-config-props[]
23899-
config_property_copy_button:+++quarkus.hibernate-orm.validation.enabled+++[]
23943+
config_property_copy_button:+++quarkus.hibernate-orm.validation.mode+++[]
2390023944
endif::add-copy-button-to-config-props[]
2390123945

2390223946

23903-
`quarkus.hibernate-orm."persistence-unit-name".validation.enabled`
23947+
`quarkus.hibernate-orm."persistence-unit-name".validation.mode`
2390423948
ifdef::add-copy-button-to-config-props[]
23905-
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".validation.enabled+++[]
23949+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".validation.mode+++[]
2390623950
endif::add-copy-button-to-config-props[]
2390723951

2390823952
[.description]
2390923953
--
23910-
Enables the Bean Validation integration.
23954+
Defines how the Bean Validation integration behaves.
2391123955

2391223956

2391323957
ifdef::add-copy-button-to-env-var[]
23914-
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_VALIDATION_ENABLED+++[]
23958+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_VALIDATION_MODE+++[]
2391523959
endif::add-copy-button-to-env-var[]
2391623960
ifndef::add-copy-button-to-env-var[]
23917-
Environment variable: `+++QUARKUS_HIBERNATE_ORM_VALIDATION_ENABLED+++`
23961+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_VALIDATION_MODE+++`
2391823962
endif::add-copy-button-to-env-var[]
2391923963
--
23920-
|boolean
23921-
|`true`
23964+
a|list of `auto`, `callback`, `ddl`, `none`
23965+
|`auto`
2392223966

2392323967
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-multitenant]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-multitenant[`quarkus.hibernate-orm.multitenant`]##
2392423968
ifdef::add-copy-button-to-config-props[]
@@ -47732,6 +47776,27 @@ endif::add-copy-button-to-env-var[]
4773247776
|string
4773347777
|
4773447778

47779+
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes_quarkus-kubernetes-cron-job-time-zone]] [.property-path]##link:#quarkus-kubernetes_quarkus-kubernetes-cron-job-time-zone[`quarkus.kubernetes.cron-job.time-zone`]##
47780+
ifdef::add-copy-button-to-config-props[]
47781+
config_property_copy_button:+++quarkus.kubernetes.cron-job.time-zone+++[]
47782+
endif::add-copy-button-to-config-props[]
47783+
47784+
47785+
[.description]
47786+
--
47787+
The time zone for the job schedule. The default value is the local time of the kube-controller-manager.
47788+
47789+
47790+
ifdef::add-copy-button-to-env-var[]
47791+
Environment variable: env_var_with_copy_button:+++QUARKUS_KUBERNETES_CRON_JOB_TIME_ZONE+++[]
47792+
endif::add-copy-button-to-env-var[]
47793+
ifndef::add-copy-button-to-env-var[]
47794+
Environment variable: `+++QUARKUS_KUBERNETES_CRON_JOB_TIME_ZONE+++`
47795+
endif::add-copy-button-to-env-var[]
47796+
--
47797+
|string
47798+
|
47799+
4773547800
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes_quarkus-kubernetes-cron-job-concurrency-policy]] [.property-path]##link:#quarkus-kubernetes_quarkus-kubernetes-cron-job-concurrency-policy[`quarkus.kubernetes.cron-job.concurrency-policy`]##
4773647801
ifdef::add-copy-button-to-config-props[]
4773747802
config_property_copy_button:+++quarkus.kubernetes.cron-job.concurrency-policy+++[]
@@ -54852,6 +54917,27 @@ endif::add-copy-button-to-env-var[]
5485254917
|string
5485354918
|
5485454919

54920+
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes_quarkus-openshift-cron-job-time-zone]] [.property-path]##link:#quarkus-kubernetes_quarkus-openshift-cron-job-time-zone[`quarkus.openshift.cron-job.time-zone`]##
54921+
ifdef::add-copy-button-to-config-props[]
54922+
config_property_copy_button:+++quarkus.openshift.cron-job.time-zone+++[]
54923+
endif::add-copy-button-to-config-props[]
54924+
54925+
54926+
[.description]
54927+
--
54928+
The time zone for the job schedule. The default value is the local time of the kube-controller-manager.
54929+
54930+
54931+
ifdef::add-copy-button-to-env-var[]
54932+
Environment variable: env_var_with_copy_button:+++QUARKUS_OPENSHIFT_CRON_JOB_TIME_ZONE+++[]
54933+
endif::add-copy-button-to-env-var[]
54934+
ifndef::add-copy-button-to-env-var[]
54935+
Environment variable: `+++QUARKUS_OPENSHIFT_CRON_JOB_TIME_ZONE+++`
54936+
endif::add-copy-button-to-env-var[]
54937+
--
54938+
|string
54939+
|
54940+
5485554941
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes_quarkus-openshift-cron-job-concurrency-policy]] [.property-path]##link:#quarkus-kubernetes_quarkus-openshift-cron-job-concurrency-policy[`quarkus.openshift.cron-job.concurrency-policy`]##
5485654942
ifdef::add-copy-button-to-config-props[]
5485754943
config_property_copy_button:+++quarkus.openshift.cron-job.concurrency-policy+++[]
@@ -74997,9 +75083,9 @@ endif::add-copy-button-to-config-props[]
7499775083

7499875084
[.description]
7499975085
--
75000-
This regular expression is used to exclude template files from the `templates` directory. Excluded templates are neither parsed nor validated during build and are not available at runtime.
75086+
This regular expression is used to exclude template files found in template roots. Excluded templates are neither parsed nor validated during build and are not available at runtime.
7500175087

75002-
The matched input is the file path relative from the `templates` directory and the `/` is used as a path separator.
75088+
The matched input is the file path relative from the root directory and the `/` is used as a path separator.
7500375089

7500475090
By default, the hidden files are excluded. The name of a hidden file starts with a dot.
7500575091

_generated-doc/main/config/quarkus-container-image-jib.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Environment variable: `+++QUARKUS_JIB_BASE_NATIVE_IMAGE+++`
4747
endif::add-copy-button-to-env-var[]
4848
--
4949
|string
50-
|`quay.io/quarkus/quarkus-micro-image:2.0`
50+
|`quay.io/quarkus/ubi9-quarkus-micro-image:2.0`
5151

5252
a|icon:lock[title=Fixed at build time] [[quarkus-container-image-jib_quarkus-jib-jvm-arguments]] [.property-path]##link:#quarkus-container-image-jib_quarkus-jib-jvm-arguments[`quarkus.jib.jvm-arguments`]##
5353
ifdef::add-copy-button-to-config-props[]

_generated-doc/main/config/quarkus-container-image-jib_quarkus.jib.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Environment variable: `+++QUARKUS_JIB_BASE_NATIVE_IMAGE+++`
4747
endif::add-copy-button-to-env-var[]
4848
--
4949
|string
50-
|`quay.io/quarkus/quarkus-micro-image:2.0`
50+
|`quay.io/quarkus/ubi9-quarkus-micro-image:2.0`
5151

5252
a|icon:lock[title=Fixed at build time] [[quarkus-container-image-jib_quarkus-jib-jvm-arguments]] [.property-path]##link:#quarkus-container-image-jib_quarkus-jib-jvm-arguments[`quarkus.jib.jvm-arguments`]##
5353
ifdef::add-copy-button-to-config-props[]

_generated-doc/main/config/quarkus-core_quarkus.test.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,29 @@ endif::add-copy-button-to-env-var[]
602602
|boolean
603603
|`false`
604604

605+
a|icon:lock[title=Fixed at build time] [[quarkus-core_quarkus-test-integration-test-artifact-type]] [.property-path]##link:#quarkus-core_quarkus-test-integration-test-artifact-type[`quarkus.test.integration-test-artifact-type`]##
606+
ifdef::add-copy-button-to-config-props[]
607+
config_property_copy_button:+++quarkus.test.integration-test-artifact-type+++[]
608+
endif::add-copy-button-to-config-props[]
609+
610+
611+
[.description]
612+
--
613+
Used to override the artifact type against which a `@QuarkusIntegrationTest` or `@QuarkusMainIntegrationTest` run. For example, if the application's artifact is a container build from a jar, this property could be used to test the jar instead of the container.
614+
615+
Allowed values are: jar, native
616+
617+
618+
ifdef::add-copy-button-to-env-var[]
619+
Environment variable: env_var_with_copy_button:+++QUARKUS_TEST_INTEGRATION_TEST_ARTIFACT_TYPE+++[]
620+
endif::add-copy-button-to-env-var[]
621+
ifndef::add-copy-button-to-env-var[]
622+
Environment variable: `+++QUARKUS_TEST_INTEGRATION_TEST_ARTIFACT_TYPE+++`
623+
endif::add-copy-button-to-env-var[]
624+
--
625+
|string
626+
|
627+
605628
|===
606629

607630
ifndef::no-duration-note[]

_generated-doc/main/config/quarkus-devservices-keycloak.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,27 @@ endif::add-copy-button-to-env-var[]
240240
|string
241241
|
242242

243+
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-keycloak_quarkus-keycloak-devservices-features]] [.property-path]##link:#quarkus-devservices-keycloak_quarkus-keycloak-devservices-features[`quarkus.keycloak.devservices.features`]##
244+
ifdef::add-copy-button-to-config-props[]
245+
config_property_copy_button:+++quarkus.keycloak.devservices.features+++[]
246+
endif::add-copy-button-to-config-props[]
247+
248+
249+
[.description]
250+
--
251+
Keycloak features. Use this property to enable one or more experimental Keycloak features. Note, if you also have to customize a Keycloak `start-command()`, you can use a `--features` option as part of the start command sequence, instead of configuring this property.
252+
253+
254+
ifdef::add-copy-button-to-env-var[]
255+
Environment variable: env_var_with_copy_button:+++QUARKUS_KEYCLOAK_DEVSERVICES_FEATURES+++[]
256+
endif::add-copy-button-to-env-var[]
257+
ifndef::add-copy-button-to-env-var[]
258+
Environment variable: `+++QUARKUS_KEYCLOAK_DEVSERVICES_FEATURES+++`
259+
endif::add-copy-button-to-env-var[]
260+
--
261+
|list of string
262+
|
263+
243264
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-keycloak_quarkus-keycloak-devservices-realm-name]] [.property-path]##link:#quarkus-devservices-keycloak_quarkus-keycloak-devservices-realm-name[`quarkus.keycloak.devservices.realm-name`]##
244265
ifdef::add-copy-button-to-config-props[]
245266
config_property_copy_button:+++quarkus.keycloak.devservices.realm-name+++[]

_generated-doc/main/config/quarkus-devservices-keycloak_quarkus.keycloak.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,27 @@ endif::add-copy-button-to-env-var[]
240240
|string
241241
|
242242

243+
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-keycloak_quarkus-keycloak-devservices-features]] [.property-path]##link:#quarkus-devservices-keycloak_quarkus-keycloak-devservices-features[`quarkus.keycloak.devservices.features`]##
244+
ifdef::add-copy-button-to-config-props[]
245+
config_property_copy_button:+++quarkus.keycloak.devservices.features+++[]
246+
endif::add-copy-button-to-config-props[]
247+
248+
249+
[.description]
250+
--
251+
Keycloak features. Use this property to enable one or more experimental Keycloak features. Note, if you also have to customize a Keycloak `start-command()`, you can use a `--features` option as part of the start command sequence, instead of configuring this property.
252+
253+
254+
ifdef::add-copy-button-to-env-var[]
255+
Environment variable: env_var_with_copy_button:+++QUARKUS_KEYCLOAK_DEVSERVICES_FEATURES+++[]
256+
endif::add-copy-button-to-env-var[]
257+
ifndef::add-copy-button-to-env-var[]
258+
Environment variable: `+++QUARKUS_KEYCLOAK_DEVSERVICES_FEATURES+++`
259+
endif::add-copy-button-to-env-var[]
260+
--
261+
|list of string
262+
|
263+
243264
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-keycloak_quarkus-keycloak-devservices-realm-name]] [.property-path]##link:#quarkus-devservices-keycloak_quarkus-keycloak-devservices-realm-name[`quarkus.keycloak.devservices.realm-name`]##
244265
ifdef::add-copy-button-to-config-props[]
245266
config_property_copy_button:+++quarkus.keycloak.devservices.realm-name+++[]

_generated-doc/main/config/quarkus-hibernate-orm.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -422,31 +422,31 @@ endif::add-copy-button-to-env-var[]
422422
|boolean
423423
|`true`
424424

425-
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-validation-enabled]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-validation-enabled[`quarkus.hibernate-orm.validation.enabled`]##
425+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-validation-mode]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-validation-mode[`quarkus.hibernate-orm.validation.mode`]##
426426
ifdef::add-copy-button-to-config-props[]
427-
config_property_copy_button:+++quarkus.hibernate-orm.validation.enabled+++[]
427+
config_property_copy_button:+++quarkus.hibernate-orm.validation.mode+++[]
428428
endif::add-copy-button-to-config-props[]
429429

430430

431-
`quarkus.hibernate-orm."persistence-unit-name".validation.enabled`
431+
`quarkus.hibernate-orm."persistence-unit-name".validation.mode`
432432
ifdef::add-copy-button-to-config-props[]
433-
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".validation.enabled+++[]
433+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".validation.mode+++[]
434434
endif::add-copy-button-to-config-props[]
435435

436436
[.description]
437437
--
438-
Enables the Bean Validation integration.
438+
Defines how the Bean Validation integration behaves.
439439

440440

441441
ifdef::add-copy-button-to-env-var[]
442-
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_VALIDATION_ENABLED+++[]
442+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_VALIDATION_MODE+++[]
443443
endif::add-copy-button-to-env-var[]
444444
ifndef::add-copy-button-to-env-var[]
445-
Environment variable: `+++QUARKUS_HIBERNATE_ORM_VALIDATION_ENABLED+++`
445+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_VALIDATION_MODE+++`
446446
endif::add-copy-button-to-env-var[]
447447
--
448-
|boolean
449-
|`true`
448+
a|list of `auto`, `callback`, `ddl`, `none`
449+
|`auto`
450450

451451
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-multitenant]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-multitenant[`quarkus.hibernate-orm.multitenant`]##
452452
ifdef::add-copy-button-to-config-props[]

_generated-doc/main/config/quarkus-hibernate-orm_quarkus.hibernate-orm.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -422,31 +422,31 @@ endif::add-copy-button-to-env-var[]
422422
|boolean
423423
|`true`
424424

425-
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-validation-enabled]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-validation-enabled[`quarkus.hibernate-orm.validation.enabled`]##
425+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-validation-mode]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-validation-mode[`quarkus.hibernate-orm.validation.mode`]##
426426
ifdef::add-copy-button-to-config-props[]
427-
config_property_copy_button:+++quarkus.hibernate-orm.validation.enabled+++[]
427+
config_property_copy_button:+++quarkus.hibernate-orm.validation.mode+++[]
428428
endif::add-copy-button-to-config-props[]
429429

430430

431-
`quarkus.hibernate-orm."persistence-unit-name".validation.enabled`
431+
`quarkus.hibernate-orm."persistence-unit-name".validation.mode`
432432
ifdef::add-copy-button-to-config-props[]
433-
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".validation.enabled+++[]
433+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".validation.mode+++[]
434434
endif::add-copy-button-to-config-props[]
435435

436436
[.description]
437437
--
438-
Enables the Bean Validation integration.
438+
Defines how the Bean Validation integration behaves.
439439

440440

441441
ifdef::add-copy-button-to-env-var[]
442-
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_VALIDATION_ENABLED+++[]
442+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_VALIDATION_MODE+++[]
443443
endif::add-copy-button-to-env-var[]
444444
ifndef::add-copy-button-to-env-var[]
445-
Environment variable: `+++QUARKUS_HIBERNATE_ORM_VALIDATION_ENABLED+++`
445+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_VALIDATION_MODE+++`
446446
endif::add-copy-button-to-env-var[]
447447
--
448-
|boolean
449-
|`true`
448+
a|list of `auto`, `callback`, `ddl`, `none`
449+
|`auto`
450450

451451
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-multitenant]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-multitenant[`quarkus.hibernate-orm.multitenant`]##
452452
ifdef::add-copy-button-to-config-props[]

_generated-doc/main/config/quarkus-kubernetes_quarkus.kubernetes.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6703,6 +6703,27 @@ endif::add-copy-button-to-env-var[]
67036703
|string
67046704
|
67056705

6706+
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes_quarkus-kubernetes-cron-job-time-zone]] [.property-path]##link:#quarkus-kubernetes_quarkus-kubernetes-cron-job-time-zone[`quarkus.kubernetes.cron-job.time-zone`]##
6707+
ifdef::add-copy-button-to-config-props[]
6708+
config_property_copy_button:+++quarkus.kubernetes.cron-job.time-zone+++[]
6709+
endif::add-copy-button-to-config-props[]
6710+
6711+
6712+
[.description]
6713+
--
6714+
The time zone for the job schedule. The default value is the local time of the kube-controller-manager.
6715+
6716+
6717+
ifdef::add-copy-button-to-env-var[]
6718+
Environment variable: env_var_with_copy_button:+++QUARKUS_KUBERNETES_CRON_JOB_TIME_ZONE+++[]
6719+
endif::add-copy-button-to-env-var[]
6720+
ifndef::add-copy-button-to-env-var[]
6721+
Environment variable: `+++QUARKUS_KUBERNETES_CRON_JOB_TIME_ZONE+++`
6722+
endif::add-copy-button-to-env-var[]
6723+
--
6724+
|string
6725+
|
6726+
67066727
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes_quarkus-kubernetes-cron-job-concurrency-policy]] [.property-path]##link:#quarkus-kubernetes_quarkus-kubernetes-cron-job-concurrency-policy[`quarkus.kubernetes.cron-job.concurrency-policy`]##
67076728
ifdef::add-copy-button-to-config-props[]
67086729
config_property_copy_button:+++quarkus.kubernetes.cron-job.concurrency-policy+++[]

0 commit comments

Comments
 (0)