1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #41238 from thaJeztah/DefaultAddressPools_omit_empty

api/types: omit empty DefaultAddressPools
This commit is contained in:
Sebastiaan van Stijn 2020-07-20 18:27:09 +02:00 committed by GitHub
commit 78e6ffd279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,7 +211,7 @@ type Info struct {
InitCommit Commit
SecurityOptions []string
ProductLicense string `json:",omitempty"`
DefaultAddressPools []NetworkAddressPool
DefaultAddressPools []NetworkAddressPool `json:",omitempty"`
Warnings []string
}