DockerCLI/vendor/github.com/docker/swarmkit/api
Sebastiaan van Stijn 29fed6bff1
vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6
full diff: 17d8d4e4d8...2dcf70aafd

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-21 17:11:02 +02: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: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6 2021-06-21 17:11:02 +02:00
ca.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
control.pb.go vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6 2021-06-21 17:11:02 +02:00
control.proto vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
dispatcher.pb.go vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6 2021-06-21 17:11:02 +02:00
dispatcher.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
health.pb.go vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6 2021-06-21 17:11:02 +02:00
health.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
logbroker.pb.go vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6 2021-06-21 17:11:02 +02:00
logbroker.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
objects.pb.go vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6 2021-06-21 17:11:02 +02:00
objects.proto vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
raft.pb.go vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6 2021-06-21 17:11:02 +02:00
raft.proto bump swarmkit to 713d79dc8799b33465c58ed120b870c52eb5eb4f 2018-01-24 02:13:53 -08:00
resource.pb.go vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6 2021-06-21 17:11:02 +02:00
resource.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
snapshot.pb.go vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6 2021-06-21 17:11:02 +02:00
snapshot.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
specs.pb.go vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6 2021-06-21 17:11:02 +02:00
specs.proto vendor: github.com/docker/swarmkit d6592ddefd8a5319aadff74c558b816b1a0b2590 2020-09-09 14:07:44 +02:00
storeobject.go Global Default Address Pool feature support 2018-08-21 14:34:00 -04:00
types.pb.go vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6 2021-06-21 17:11:02 +02:00
types.proto vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
watch.pb.go vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6 2021-06-21 17:11:02 +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.