mirror of
https://github.com/stakater/Reloader.git
synced 2026-03-05 10:50:25 +00:00
19 lines
341 B
JSON
19 lines
341 B
JSON
{
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"reloader": {
|
|
"type": "object",
|
|
"properties": {
|
|
"reloadStrategy": {
|
|
"type": "string",
|
|
"enum": [
|
|
"default",
|
|
"env-vars",
|
|
"annotations"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |