Add missing Name field to NetworkContainer object
See https://github.com/spotify/docker-client/issues/730 Signed-off-by: David Xia <dxia@spotify.com>
This commit is contained in:
parent
d90fb13de7
commit
eda3ab9394
1 changed files with 2 additions and 0 deletions
|
@ -1193,6 +1193,8 @@ definitions:
|
|||
NetworkContainer:
|
||||
type: "object"
|
||||
properties:
|
||||
Name:
|
||||
type: "string"
|
||||
EndpointID:
|
||||
type: "string"
|
||||
MacAddress:
|
||||
|
|
Loading…
Reference in a new issue