auto-update crds catalog
This commit is contained in:
parent
dabb73189c
commit
080459c758
@ -45,10 +45,11 @@
|
|||||||
},
|
},
|
||||||
"method": {
|
"method": {
|
||||||
"default": "barmanObjectStore",
|
"default": "barmanObjectStore",
|
||||||
"description": "The backup method to be used, possible options are `barmanObjectStore`\nand `volumeSnapshot`. Defaults to: `barmanObjectStore`.",
|
"description": "The backup method to be used, possible options are `barmanObjectStore`,\n`volumeSnapshot` or `plugin`. Defaults to: `barmanObjectStore`.",
|
||||||
"enum": [
|
"enum": [
|
||||||
"barmanObjectStore",
|
"barmanObjectStore",
|
||||||
"volumeSnapshot"
|
"volumeSnapshot",
|
||||||
|
"plugin"
|
||||||
],
|
],
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user