-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6151c66
commit 81e950e
Showing
21 changed files
with
310 additions
and
25 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...d-doc/main/config/all-configuration-groups-generated-doc/io.quarkus.oidc.OidcTenantConfig
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ig/all-configuration-groups-generated-doc/io.quarkus.oidc.OidcTenantConfig.Authentication
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ion-roots-generated-doc/io.quarkus.container.image.jib.deployment.ContainerImageJibConfig
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...nerated-doc/io.quarkus.container.image.openshift.deployment.ContainerImageOpenshiftConfig
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...nfiguration-roots-generated-doc/io.quarkus.container.image.openshift.deployment.S2iConfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"configDocKey":{"type":"io.quarkus.container.image.openshift.deployment.BuildStrategy","key":"quarkus.s2i.build-strategy","additionalKeys":[],"configDoc":"The build config strategy to use.","withinAMap":false,"defaultValue":"binary","javaDocSiteLink":"","docMapKey":"build-strategy","configPhase":"BUILD_TIME","acceptedValues":["`binary`","`docker`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_BUILD_STRATEGY","enum":true}},{"configDocKey":{"type":"string","key":"quarkus.s2i.base-jvm-image","additionalKeys":[],"configDoc":"The base image to be used when a container image is being produced for the jar build. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi8/openjdk-21:1.18` is used as the default. Otherwise `registry.access.redhat.com/ubi8/openjdk-17:1.18` is used as the default.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"base-jvm-image","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_BASE_JVM_IMAGE","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.base-native-image","additionalKeys":[],"configDoc":"The base image to be used when a container image is being produced for the native binary build","withinAMap":false,"defaultValue":"quay.io/quarkus/ubi-quarkus-native-binary-s2i:2.0","javaDocSiteLink":"","docMapKey":"base-native-image","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_BASE_NATIVE_IMAGE","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.jvm-arguments","additionalKeys":[],"configDoc":"The JVM arguments to pass to the JVM when starting the application","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"jvm-arguments","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":true,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_JVM_ARGUMENTS","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.native-arguments","additionalKeys":[],"configDoc":"Additional arguments to pass when starting the native application","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"native-arguments","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":true,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_NATIVE_ARGUMENTS","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.jar-directory","additionalKeys":[],"configDoc":"The directory where the jar is added during the assemble phase. This is dependent on the S2I image and should be supplied if a non default image is used.","withinAMap":false,"defaultValue":"/deployments/target/","javaDocSiteLink":"","docMapKey":"jar-directory","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_JAR_DIRECTORY","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.jar-file-name","additionalKeys":[],"configDoc":"The resulting filename of the jar in the S2I image. This option may be used if the selected S2I image uses a fixed name for the jar.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"jar-file-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_JAR_FILE_NAME","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.native-binary-directory","additionalKeys":[],"configDoc":"The directory where the native binary is added during the assemble phase. This is dependent on the S2I image and should be supplied if a non-default image is used.","withinAMap":false,"defaultValue":"/home/quarkus/","javaDocSiteLink":"","docMapKey":"native-binary-directory","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_NATIVE_BINARY_DIRECTORY","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.native-binary-file-name","additionalKeys":[],"configDoc":"The resulting filename of the native binary in the S2I image. This option may be used if the selected S2I image uses a fixed name for the native binary.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"native-binary-file-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_NATIVE_BINARY_FILE_NAME","enum":false}},{"configDocKey":{"type":"java.time.Duration","key":"quarkus.s2i.build-timeout","additionalKeys":[],"configDoc":"The build timeout.","withinAMap":false,"defaultValue":"PT5M","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"build-timeout","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_BUILD_TIMEOUT","enum":false}}] | ||
[{"configDocKey":{"type":"io.quarkus.container.image.openshift.deployment.BuildStrategy","key":"quarkus.s2i.build-strategy","additionalKeys":[],"configDoc":"The build config strategy to use.","withinAMap":false,"defaultValue":"binary","javaDocSiteLink":"","docMapKey":"build-strategy","configPhase":"BUILD_TIME","acceptedValues":["`binary`","`docker`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_BUILD_STRATEGY","enum":true}},{"configDocKey":{"type":"string","key":"quarkus.s2i.base-jvm-image","additionalKeys":[],"configDoc":"The base image to be used when a container image is being produced for the jar build. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi8/openjdk-21:1.19` is used as the default. Otherwise `registry.access.redhat.com/ubi8/openjdk-17:1.19` is used as the default.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"base-jvm-image","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_BASE_JVM_IMAGE","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.base-native-image","additionalKeys":[],"configDoc":"The base image to be used when a container image is being produced for the native binary build","withinAMap":false,"defaultValue":"quay.io/quarkus/ubi-quarkus-native-binary-s2i:2.0","javaDocSiteLink":"","docMapKey":"base-native-image","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_BASE_NATIVE_IMAGE","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.jvm-arguments","additionalKeys":[],"configDoc":"The JVM arguments to pass to the JVM when starting the application","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"jvm-arguments","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":true,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_JVM_ARGUMENTS","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.native-arguments","additionalKeys":[],"configDoc":"Additional arguments to pass when starting the native application","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"native-arguments","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":true,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_NATIVE_ARGUMENTS","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.jar-directory","additionalKeys":[],"configDoc":"The directory where the jar is added during the assemble phase. This is dependent on the S2I image and should be supplied if a non default image is used.","withinAMap":false,"defaultValue":"/deployments/target/","javaDocSiteLink":"","docMapKey":"jar-directory","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_JAR_DIRECTORY","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.jar-file-name","additionalKeys":[],"configDoc":"The resulting filename of the jar in the S2I image. This option may be used if the selected S2I image uses a fixed name for the jar.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"jar-file-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_JAR_FILE_NAME","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.native-binary-directory","additionalKeys":[],"configDoc":"The directory where the native binary is added during the assemble phase. This is dependent on the S2I image and should be supplied if a non-default image is used.","withinAMap":false,"defaultValue":"/home/quarkus/","javaDocSiteLink":"","docMapKey":"native-binary-directory","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_NATIVE_BINARY_DIRECTORY","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.s2i.native-binary-file-name","additionalKeys":[],"configDoc":"The resulting filename of the native binary in the S2I image. This option may be used if the selected S2I image uses a fixed name for the native binary.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"native-binary-file-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_NATIVE_BINARY_FILE_NAME","enum":false}},{"configDocKey":{"type":"java.time.Duration","key":"quarkus.s2i.build-timeout","additionalKeys":[],"configDoc":"The build timeout.","withinAMap":false,"defaultValue":"PT5M","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"build-timeout","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.s2i","since":null,"environmentVariable":"QUARKUS_S2I_BUILD_TIMEOUT","enum":false}}] |
2 changes: 1 addition & 1 deletion
2
...-doc/main/config/all-configuration-roots-generated-doc/io.quarkus.oidc.runtime.OidcConfig
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.