forked from apache/druid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Lazy Loading of Pod Templates (apache#17701)
* Lazy loading for PodTemplate to allow changing template files without restarting. * Revert accidental changes to inspectionProfiles/Druid.xml * Checkstyle * Add another example for pod template configuration, and for lazy loading of pod templates * Add tls port to example * Add unit test for lazy pod template loading * Fix spell-checks * Allow k8s-jobs.md to dynamically take in Druid Version * Update docs/development/extensions-core/k8s-jobs.md Co-authored-by: Frank Chen <[email protected]> * Update docs/development/extensions-core/k8s-jobs.md Co-authored-by: Frank Chen <[email protected]> * Add description for why Supplier is used --------- Co-authored-by: Frank Chen <[email protected]>
- Loading branch information
1 parent
c935153
commit 2bc171a
Showing
8 changed files
with
250 additions
and
50 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
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
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
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.