moby--moby/vendor/github.com/docker/swarmkit/api
Renaud Gaubert b3960fc1c4 Revendored swarmkit
Signed-off-by: Renaud Gaubert <renaud.gaubert@gmail.com>
2017-11-03 15:43:50 +01:00
..
deepcopy vendor swarmkit 970b45afa1c9da9ed4b9c793669cedbb05ad3833 2017-03-28 11:51:33 -07:00
defaults Re-vendor docker/swarmkit to d2e48a332063ccd4ea26b6262ee717de997de560 2017-04-05 18:49:23 -07:00
equality vendor swarmkit 970b45afa1c9da9ed4b9c793669cedbb05ad3833 2017-03-28 11:51:33 -07:00
genericresource Revendored swarmkit 2017-11-03 15:43:50 +01:00
naming vendor swarmkit 970b45afa1c9da9ed4b9c793669cedbb05ad3833 2017-03-28 11:51:33 -07:00
validation pluggable secret backend 2017-07-15 16:50:02 +03:00
README.md plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
ca.pb.go plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
ca.proto plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
control.pb.go plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
control.proto plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
dispatcher.pb.go plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
dispatcher.proto plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
health.pb.go plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
health.proto plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
logbroker.pb.go plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
logbroker.proto plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
objects.pb.go vndr swarmkit 941a01844b89c56aa61086fecb167ab3af1de22b 2017-09-26 22:08:10 +00:00
objects.proto vndr swarmkit 941a01844b89c56aa61086fecb167ab3af1de22b 2017-09-26 22:08:10 +00:00
raft.pb.go plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
raft.proto plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
resource.pb.go plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
resource.proto plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
snapshot.pb.go plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
snapshot.proto plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
specs.pb.go Revendored swarmkit 2017-11-03 15:43:50 +01:00
specs.proto Revendored swarmkit 2017-11-03 15:43:50 +01:00
storeobject.go Vendoring swarmkit @b74ec2b 2017-03-30 16:12:33 -07:00
types.pb.go Added support for swarm service isolation mode 2017-10-30 16:16:18 +01:00
types.proto Added support for swarm service isolation mode 2017-10-30 16:16:18 +01:00
watch.pb.go plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03:00
watch.proto plugable secret backend - update vendor.conf 2017-08-18 21:52:26 +03: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.