generated from quarkiverse/quarkiverse-template
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: re-add support for older property, now marked as deprecated
If the older property check-crd-and-validate-local-model is used, a warning is issued about its deprecation. If both new and older properties are used, the new one takes precedence and another warning is also issued.
- Loading branch information
Showing
3 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
quarkus.operator-sdk.controllers.annotation.finalizer=from-property/finalizer | ||
quarkus.operator-sdk.controllers.annotation.namespaces=bar | ||
quarkus.operator-sdk.concurrent-reconciliation-threads=10 | ||
quarkus.operator-sdk.check-crd-and-validate-local-model=true | ||
quarkus.operator-sdk.crd.validate=false | ||
quarkus.operator-sdk.crd.versions=v1beta1 |
13 changes: 13 additions & 0 deletions
13
runtime/src/main/java/io/quarkiverse/operatorsdk/runtime/BuildTimeOperatorConfiguration.java
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