DockerCLI/vendor/github.com/docker/swarmkit/api
Vincent Demeester b1065767cd
Bump moby version (and its dependencies)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-06-08 11:26:10 +02:00
..
deepcopy Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
defaults Add vendor 2017-04-17 18:12:58 -04:00
genericresource Revendored swarmkit 2017-11-28 18:03:10 +01:00
README.md bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
ca.pb.go Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
ca.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
control.pb.go Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
control.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
dispatcher.pb.go Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
dispatcher.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
health.pb.go Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
health.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
logbroker.pb.go Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
logbroker.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
objects.pb.go Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
objects.proto Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
raft.pb.go Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
raft.proto bump swarmkit to 713d79dc8799b33465c58ed120b870c52eb5eb4f 2018-01-24 02:13:53 -08:00
resource.pb.go Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
resource.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
snapshot.pb.go Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
snapshot.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
specs.pb.go Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
specs.proto Revendored swarmkit 2017-11-28 18:03:10 +01:00
storeobject.go Add vendor 2017-04-17 18:12:58 -04:00
types.pb.go Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
types.proto Bump moby to d37f5c6bdf788a6cb82c07fb707e31a240eff5f9 2018-05-18 11:44:14 +02:00
watch.pb.go Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
watch.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00

README.md

Notice

Do not change .pb.go files directly. You need to change the corresponding .proto files and run the following command to regenerate the .pb.go files.

$ make generate

Click here for more information about protobuf.

The api.pb.txt file contains merged descriptors of all defined services and messages. Definitions present here are considered frozen after the release.

At release time, the current api.pb.txt file will be moved into place to freeze the API changes for the minor version. For example, when 1.0.0 is released, api.pb.txt should be moved to 1.0.txt. Notice that we leave off the patch number, since the API will be completely locked down for a given patch series.

We may find that by default, protobuf descriptors are too noisy to lock down API changes. In that case, we may filter out certain fields in the descriptors, possibly regenerating for old versions.

This process is similar to the process used to ensure backwards compatibility in Go.