Anshul Pundir 9fdbb32fce Swarmkit vendoring. 7 năm trước cách đây
..
deepcopy aac861f3d9 vendor swarmkit 970b45afa1c9da9ed4b9c793669cedbb05ad3833 8 năm trước cách đây
defaults 367b57d985 Re-vendor docker/swarmkit to d2e48a332063ccd4ea26b6262ee717de997de560 8 năm trước cách đây
equality aac861f3d9 vendor swarmkit 970b45afa1c9da9ed4b9c793669cedbb05ad3833 8 năm trước cách đây
genericresource b3960fc1c4 Revendored swarmkit 7 năm trước cách đây
naming aac861f3d9 vendor swarmkit 970b45afa1c9da9ed4b9c793669cedbb05ad3833 8 năm trước cách đây
validation 7d45cafd57 pluggable secret backend 8 năm trước cách đây
README.md 3b8d36d064 plugable secret backend - update vendor.conf 8 năm trước cách đây
ca.pb.go 9fdbb32fce Swarmkit vendoring. 7 năm trước cách đây
ca.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 năm trước cách đây
control.pb.go 9fdbb32fce Swarmkit vendoring. 7 năm trước cách đây
control.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 năm trước cách đây
dispatcher.pb.go 9fdbb32fce Swarmkit vendoring. 7 năm trước cách đây
dispatcher.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 năm trước cách đây
health.pb.go 9fdbb32fce Swarmkit vendoring. 7 năm trước cách đây
health.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 năm trước cách đây
logbroker.pb.go 9fdbb32fce Swarmkit vendoring. 7 năm trước cách đây
logbroker.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 năm trước cách đây
objects.pb.go 8e15b1cffb vndr swarmkit 941a01844b89c56aa61086fecb167ab3af1de22b 7 năm trước cách đây
objects.proto 8e15b1cffb vndr swarmkit 941a01844b89c56aa61086fecb167ab3af1de22b 7 năm trước cách đây
raft.pb.go 9fdbb32fce Swarmkit vendoring. 7 năm trước cách đây
raft.proto 9fdbb32fce Swarmkit vendoring. 7 năm trước cách đây
resource.pb.go 9fdbb32fce Swarmkit vendoring. 7 năm trước cách đây
resource.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 năm trước cách đây
snapshot.pb.go 3b8d36d064 plugable secret backend - update vendor.conf 8 năm trước cách đây
snapshot.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 năm trước cách đây
specs.pb.go b3960fc1c4 Revendored swarmkit 7 năm trước cách đây
specs.proto b3960fc1c4 Revendored swarmkit 7 năm trước cách đây
storeobject.go 747f0b4ba5 Vendoring swarmkit @b74ec2b 8 năm trước cách đây
types.pb.go 9fdbb32fce Swarmkit vendoring. 7 năm trước cách đây
types.proto 9fdbb32fce Swarmkit vendoring. 7 năm trước cách đây
watch.pb.go 9fdbb32fce Swarmkit vendoring. 7 năm trước cách đây
watch.proto 3b8d36d064 plugable secret backend - update vendor.conf 8 năm trước cách đây

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.