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 94e31d2 + 97de24c commit 63be353Copy full SHA for 63be353
common/libnetwork/types/network.go
@@ -102,7 +102,7 @@ type NetworkInfo struct {
102
Package string `json:"package,omitempty"`
103
Path string `json:"path,omitempty"`
104
DNS DNSNetworkInfo `json:"dns,omitempty"`
105
- DefaultNetwork string `json:"default_network,omitempty"`
+ DefaultNetwork string `json:"defaultNetwork,omitempty"`
106
}
107
108
// DNSNetworkInfo contains the DNS information.
0 commit comments