Skip to content

Commit 4d257c3

Browse files
committed
alignd ddn name
1 parent 5f889f9 commit 4d257c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_deployments/v1alpha1/nf_deployment_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type NetworkInstance struct {
9191
Peers []PeerConfig `json:"peers,omitempty" yaml:"peers,omitempty"`
9292
// DataNetworks defines the data networks assocated with the network instance
9393
// +optional
94-
DataNetworks []DataNetwork `json:"dnns,omitempty" yaml:"dnns,omitempty"`
94+
DataNetworks []DataNetwork `json:"dataNetworks,omitempty" yaml:"dataNetworks,omitempty"`
9595
// BGP defines the BGP configuration associated with the network instance
9696
// +optional
9797
BGP *BGPConfig `json:"bgp,omitempty" yaml:"bgp,omitempty"`

0 commit comments

Comments
 (0)