DockerCLI/vendor/github.com/docker/swarmkit/api
Tibor Vass 38c02a9280 vendor: align with engine at b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12
Signed-off-by: Tibor Vass <tibor@docker.com>
2019-10-02 01:47:08 +00:00
..
deepcopy Bump docker/swarmkit to 9f271c2963d18a7c60d2c4001fb418ca4037df19 2018-09-26 15:45:59 +02:00
defaults Add vendor 2017-04-17 18:12:58 -04:00
genericresource Vendor commit for Data Path Port configuration support 2018-11-26 15:58:44 -05:00
README.md bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
ca.pb.go vendor: align with engine at b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 2019-10-02 01:47:08 +00:00
ca.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
control.pb.go vendor: align with engine at b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 2019-10-02 01:47:08 +00:00
control.proto vendor: align with engine at b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 2019-10-02 01:47:08 +00:00
dispatcher.pb.go Bump docker/swarmkit to 9f271c2963d18a7c60d2c4001fb418ca4037df19 2018-09-26 15:45:59 +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 docker/swarmkit to 9f271c2963d18a7c60d2c4001fb418ca4037df19 2018-09-26 15:45:59 +02:00
logbroker.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
objects.pb.go vendor swarmkit 415dc72789e2b733ea884f09188c286ca187d8ec 2019-03-19 22:21:57 +01:00
objects.proto Vendor commit for Data Path Port configuration support 2018-11-26 15:58:44 -05:00
raft.pb.go Bump docker/swarmkit to 9f271c2963d18a7c60d2c4001fb418ca4037df19 2018-09-26 15:45:59 +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 vendor: align with engine at b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 2019-10-02 01:47:08 +00:00
specs.proto vendor: align with engine at b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 2019-10-02 01:47:08 +00:00
storeobject.go Global Default Address Pool feature support 2018-08-21 14:34:00 -04:00
types.pb.go vendor swarmkit 415dc72789e2b733ea884f09188c286ca187d8ec 2019-03-19 22:21:57 +01:00
types.proto vendor swarmkit 415dc72789e2b733ea884f09188c286ca187d8ec 2019-03-19 22:21:57 +01: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.