Add network options to NetworkInfo to display internal network option

Signed-off-by: Chun Chen <ramichen@tencent.com>
This commit is contained in:
Chun Chen 2015-12-28 10:30:38 +08:00
parent ca5c41bb25
commit 69fe328789
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ type NetworkInfo interface {
IpamInfo() ([]*IpamInfo, []*IpamInfo)
DriverOptions() map[string]string
Scope() string
Internal() bool
}
// EndpointWalker is a client provided function which will be used to walk the Endpoints.