Liron Levin 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
..
deepcopy aac861f3d9 vendor swarmkit 970b45afa1c9da9ed4b9c793669cedbb05ad3833 8 tahun lalu
defaults 367b57d985 Re-vendor docker/swarmkit to d2e48a332063ccd4ea26b6262ee717de997de560 8 tahun lalu
equality aac861f3d9 vendor swarmkit 970b45afa1c9da9ed4b9c793669cedbb05ad3833 8 tahun lalu
genericresource 4509a001df Re-vendor swarmkit. This includes the following fixes: 8 tahun lalu
naming aac861f3d9 vendor swarmkit 970b45afa1c9da9ed4b9c793669cedbb05ad3833 8 tahun lalu
validation 7d45cafd57 pluggable secret backend 8 tahun lalu
README.md 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
ca.pb.go 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
ca.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
control.pb.go 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
control.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
dispatcher.pb.go 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
dispatcher.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
health.pb.go 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
health.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
logbroker.pb.go 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
logbroker.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
objects.pb.go 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
objects.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
raft.pb.go 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
raft.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
resource.pb.go 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
resource.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
snapshot.pb.go 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
snapshot.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
specs.pb.go 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
specs.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
storeobject.go 747f0b4ba5 Vendoring swarmkit @b74ec2b 8 tahun lalu
types.pb.go 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
types.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
watch.pb.go 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu
watch.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 tahun lalu

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.