File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ type InstallationTemplate struct {
18
18
EndOfInstall string `json:"endOfInstall,omitempty"`
19
19
Family string `json:"family,omitempty"`
20
20
Filesystems []string `json:"filesystems"`
21
- HardRaidConfiguration bool `json:"hardRaidConfiguration,omitempty"`
22
21
Inputs []InstallationTemplateInputs `json:"inputs,omitempty"`
23
22
License * InstallationTemplateLicense `json:"license,omitempty"`
24
23
LvmReady * bool `json:"lvmReady,omitempty"`
@@ -48,8 +47,6 @@ func (v InstallationTemplate) ToMap() map[string]interface{} {
48
47
obj ["family" ] = v .Family
49
48
obj ["filesystems" ] = v .Filesystems
50
49
51
- obj ["hard_raid_configuration" ] = v .HardRaidConfiguration
52
-
53
50
if v .Inputs != nil {
54
51
inputs := make ([]interface {}, len (v .Inputs ))
55
52
for i , input := range v .Inputs {
You can’t perform that action at this time.
0 commit comments