mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add network options to NetworkInfo to display internal network option
Signed-off-by: Chun Chen <ramichen@tencent.com>
This commit is contained in:
parent
ca5c41bb25
commit
69fe328789
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue