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.
2 parents e304647 + e92d5f5 commit d477a29Copy full SHA for d477a29
nf_requirements/v1alpha1/dnn_types.go
@@ -38,7 +38,7 @@ type DataNetworkSpec struct {
38
Pools []*Pool `json:"pools,omitempty"`
39
// NetworkInstance defines the networkInstance context to which this DNN belongs
40
// Name and optionally Namespace is used here
41
- NetworkInstance corev1.ObjectReference `json:"networkInstanceReference" yaml:"networkReference"`
+ NetworkInstance corev1.ObjectReference `json:"networkInstance" yaml:"networkInstance"`
42
}
43
44
type Pool struct {
0 commit comments