We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd73a0 commit 0cd55abCopy full SHA for 0cd55ab
api/api.go
@@ -13,8 +13,8 @@ type MetalConfig struct {
13
NTPServers []string `json:"ntp_servers,omitempty"`
14
Partition string `json:"partition"`
15
// Logging contains logging configurations passed to metal-hammer
16
- Logging *Logging `json:"logging,omitempty"`
17
- OciConfig *OciConfig `json:"oci_config,omitempty"`
+ Logging *Logging `json:"logging,omitempty"`
+ OciConfig []*OciConfig `json:"oci_config,omitempty"`
18
}
19
20
type Logging struct {
0 commit comments