Skip to content

Commit

Permalink
Grpc change for network options in service spec
Browse files Browse the repository at this point in the history
Service command is being updated to accept network
specfic options like name,alias and driver options.The
commit contains changes to grpc service api and adopting
the same in task attachment

Signed-off-by: Abhinandan Prativadi <[email protected]>

temp
  • Loading branch information
abhi committed May 12, 2017
1 parent fd71cb8 commit bb1cdce
Show file tree
Hide file tree
Showing 18 changed files with 728 additions and 396 deletions.
2 changes: 1 addition & 1 deletion api/ca.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/control.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/dispatcher.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/health.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/logbroker.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

342 changes: 253 additions & 89 deletions api/objects.pb.go

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions api/objects.proto
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ message NetworkAttachment {

// List of aliases by which a task is resolved in a network
repeated string aliases = 3;

// Map of all the driver options for this network
map<string,string> driver_opts = 4;
}

message Network {
Expand Down
2 changes: 1 addition & 1 deletion api/raft.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/resource.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/snapshot.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/specs.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bb1cdce

Please sign in to comment.