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
1 changed files with 2 additions and 2 deletions

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
}