Merge pull request #842 from chenchun/internal
Add network options to NetworkInfo to display internal network option
This commit is contained in:
commit
2400d9b992
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…
Add table
Reference in a new issue