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 5f889f9 commit 4d257c3Copy full SHA for 4d257c3
nf_deployments/v1alpha1/nf_deployment_types.go
@@ -91,7 +91,7 @@ type NetworkInstance struct {
91
Peers []PeerConfig `json:"peers,omitempty" yaml:"peers,omitempty"`
92
// DataNetworks defines the data networks assocated with the network instance
93
// +optional
94
- DataNetworks []DataNetwork `json:"dnns,omitempty" yaml:"dnns,omitempty"`
+ DataNetworks []DataNetwork `json:"dataNetworks,omitempty" yaml:"dataNetworks,omitempty"`
95
// BGP defines the BGP configuration associated with the network instance
96
97
BGP *BGPConfig `json:"bgp,omitempty" yaml:"bgp,omitempty"`
0 commit comments