@@ -14,17 +14,18 @@ type SystemTemplate struct {
14
14
Status SystemTemplateStatus `json:"status,omitempty"`
15
15
}
16
16
type SystemTemplateSpec struct {
17
- Type string `json:"type,omitempty"`
18
- Id * Template `json:"id,omitempty"` //nolint
19
- Schedule string `json:"schedule,omitempty"`
20
- Tooltip string `json:"tooltip,omitempty"`
21
- Icon string `json:"icon,omitempty"`
22
- Text string `json:"text,omitempty"`
23
- Label string `json:"label,omitempty"`
24
- Owner Owner `json:"owner,omitempty"`
25
- Components []ComponentSpec `json:"components,omitempty"`
26
- Properties Properties `json:"properties,omitempty"`
27
- Configs []Config `json:"configs,omitempty"`
17
+ Type string `json:"type,omitempty"`
18
+ Id * Template `json:"id,omitempty"` //nolint
19
+ Schedule string `json:"schedule,omitempty"`
20
+ Tooltip string `json:"tooltip,omitempty"`
21
+ Icon string `json:"icon,omitempty"`
22
+ Text string `json:"text,omitempty"`
23
+ Label string `json:"label,omitempty"`
24
+ Owner Owner `json:"owner,omitempty"`
25
+ Components []ComponentSpec `json:"components,omitempty"`
26
+ Properties Properties `json:"properties,omitempty"`
27
+ Configs []Config `json:"configs,omitempty"`
28
+ ComponentChecks ComponentChecks `json:"checks,omitempty"`
28
29
}
29
30
30
31
func (s SystemTemplate ) IsEmpty () bool {
0 commit comments