Skip to content

Commit

Permalink
added omit empty
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Aug 25, 2021
1 parent f481491 commit 8faaab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/node_definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type NodeDefinition struct {
Group string `yaml:"group,omitempty"`
Type string `yaml:"type,omitempty"`
StartupConfig string `yaml:"startup-config,omitempty"`
StartupDelay uint `yaml:"startup-delay"`
StartupDelay uint `yaml:"startup-delay,omitempty"`
EnforceStartupConfig bool `yaml:"enforce-startup-config,omitempty"`
Config *ConfigDispatcher `yaml:"config,omitempty"`
Image string `yaml:"image,omitempty"`
Expand Down

0 comments on commit 8faaab1

Please sign in to comment.