Skip to content

Commit d477a29

Browse files
Merge pull request #14 from nokia/dnn-fix
Normalize mismathing json and yaml tags of the DataNetwork.NetworkIns…
2 parents e304647 + e92d5f5 commit d477a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_requirements/v1alpha1/dnn_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type DataNetworkSpec struct {
3838
Pools []*Pool `json:"pools,omitempty"`
3939
// NetworkInstance defines the networkInstance context to which this DNN belongs
4040
// Name and optionally Namespace is used here
41-
NetworkInstance corev1.ObjectReference `json:"networkInstanceReference" yaml:"networkReference"`
41+
NetworkInstance corev1.ObjectReference `json:"networkInstance" yaml:"networkInstance"`
4242
}
4343

4444
type Pool struct {

0 commit comments

Comments
 (0)