Merge pull request #49319 from thaJeztah/libnet_godoc

libnetwork/driverapi: fix GoDoc for UpdateIpamConfig
This commit is contained in:
Sebastiaan van Stijn
2025-01-21 15:17:16 +01:00
committed by GitHub

View File

@@ -101,7 +101,7 @@ type NetworkInfo interface {
// table name.
TableEventRegister(tableName string, objType ObjectType) error
// UpdateIPamConfig updates the networks IPAM configuration
// UpdateIpamConfig updates the networks IPAM configuration
// based on information from the driver. In windows, the OS (HNS) chooses
// the IP address space if the user does not specify an address space.
UpdateIpamConfig(ipV4Data []IPAMData)