@@ -182,142 +182,6 @@ step:
182182 func : initMetadata
183183 paths :
184184 - schema/properties/resources/properties/autoscalingKubedbComMSSQLServerAutoscaler/properties/spec/properties/databaseRef/properties/name
185-
186- - type : radio
187- label : Schedule a Backup?
188- schema : temp/properties/scheduleBackup
189- isHorizontal : true
190- options :
191- - text : ' Yes'
192- value : ' yes'
193- - text : ' No'
194- value : ' no'
195- if :
196- type : function
197- name : showScheduleBackup
198- init :
199- type : func
200- value : initScheduleBackupForEdit
201- watcher :
202- func : onScheduleBackupChange
203- paths :
204- - temp/properties/scheduleBackup
205- - type : block-layout
206- label : Backup Form
207- showLabels : false
208- loader : initBackupData
209- if :
210- type : function
211- name : showBackupForm
212- elements :
213- - type : radio
214- label : Select Backup Type
215- schema : temp/properties/backupType
216- isHorizontal : true
217- options :
218- - text : BackupConfig
219- value : BackupConfig
220- description : ' Create, Delete or Modify BackupConfig'
221- - text : BackupBlueprint
222- value : BackupBlueprint
223- description : Enable/Disable BackupBlueprint
224- if :
225- type : function
226- name : isBackupDataLoadedTrue
227- init :
228- type : func
229- value : setBackupType
230- loader : getTypes
231- watcher :
232- func : onBackupTypeChange
233- paths :
234- - temp/properties/backupType
235- - type : block-layout
236- label : Config
237- if :
238- type : function
239- name : isBackupType|BackupConfig
240- elements :
241- - type : select
242- label : Select Context
243- schema : temp/properties/backupConfigContext
244- validation :
245- type : required
246- loader : getContext
247- watcher :
248- func : onContextChange
249- paths :
250- - temp/properties/backupConfigContext
251- - type : select
252- label : Select BackupConfig
253- schema : temp/properties/config
254- validation :
255- type : required
256- if :
257- type : function
258- name : showConfigList
259- loader : getConfigList
260- watcher :
261- func : onConfigChange
262- paths :
263- - temp/properties/config
264- - type : input
265- label : Schedule
266- schema : temp/properties/schedule
267- validation :
268- type : required
269- if :
270- type : function
271- name : showSchedule
272- loader :
273- name : getDefaultSchedule|/resources/coreKubestashComBackupConfiguration/spec/sessions
274- watchPaths :
275- - temp/properties/config
276- watcher :
277- func : onInputChangeSchedule|/resources/coreKubestashComBackupConfiguration/spec/sessions|schedule
278- paths :
279- - temp/properties/schedule
280- - type : switch
281- label : Paused
282- schema : schema/properties/resources/properties/coreKubestashComBackupConfiguration/properties/spec/properties/paused
283- if :
284- type : function
285- name : showPause
286- - type : block-layout
287- label : Blueprint
288- if :
289- type : function
290- name : isBackupType|BackupBlueprint
291- elements :
292- - type : switch
293- label : Enable Backup Blueprint
294- fullwidth : true
295- subtitle : Use a backup blueprint template to automatically configure backups for similar databases
296- schema : temp/properties/blueprintEnabled
297- init :
298- type : func
299- value : setBlueprintSwitch
300- watcher :
301- func : onBlueprintChange
302- paths :
303- - temp/properties/blueprintEnabled
304- - type : block-layout
305- label : Archiver
306- if :
307- type : function
308- name : isBackupType|Archiver
309- elements :
310- - type : switch
311- label : Enable Archiver
312- schema : temp/properties/archiverEnabled
313- init :
314- type : func
315- value : setArchiverSwitch
316- watcher :
317- func : onArchiverChange
318- paths :
319- - temp/properties/archiverEnabled
320-
321185 - type : single-step-form
322186 id : monitoring
323187 loader : initMonitoring
0 commit comments