Skip to content

Commit

Permalink
hide empty link deployment state
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Dec 4, 2024
1 parent ed329a9 commit aff5451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion links/link.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type LinkCommonParams struct {
MTU int `yaml:"mtu,omitempty"`
Labels map[string]string `yaml:"labels,omitempty"`
Vars map[string]interface{} `yaml:"vars,omitempty"`
DeploymentState LinkDeploymentState
DeploymentState LinkDeploymentState `yaml:",omitempty"`
}

// GetMTU returns the MTU of the link.
Expand Down

0 comments on commit aff5451

Please sign in to comment.