diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-04-12 11:57:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 11:57:44 -0700 |
commit | a6fb11e34ccc13e9cfd6ec37030c0634d1bee830 (patch) | |
tree | bb39ecb86553bc1e0ee8a83b20e6cb48da93dab3 /vendor/github.com/Microsoft/hcsshim/Protobuild.toml | |
parent | d40c3076ac664b2510f4097d1ece7bca50ca3f83 (diff) | |
parent | 986cd2a6a4b3e9f6ac54f96237bc1c9d1cea497b (diff) | |
download | podman-a6fb11e34ccc13e9cfd6ec37030c0634d1bee830.tar.gz podman-a6fb11e34ccc13e9cfd6ec37030c0634d1bee830.tar.bz2 podman-a6fb11e34ccc13e9cfd6ec37030c0634d1bee830.zip |
Merge pull request #9998 from rhatdan/VENDOR
vendor in containers/storage v1.29.0
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/Protobuild.toml')
-rw-r--r-- | vendor/github.com/Microsoft/hcsshim/Protobuild.toml | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/Protobuild.toml b/vendor/github.com/Microsoft/hcsshim/Protobuild.toml index 47d7650fb..8bb920851 100644 --- a/vendor/github.com/Microsoft/hcsshim/Protobuild.toml +++ b/vendor/github.com/Microsoft/hcsshim/Protobuild.toml @@ -35,20 +35,10 @@ plugins = ["grpc", "fieldpath"] prefixes = ["github.com/Microsoft/hcsshim/internal/shimdiag"] plugins = ["ttrpc"] -# Lock down runhcs config - -[[descriptors]] -prefix = "github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options" -target = "cmd/containerd-shim-runhcs-v1/options/next.pb.txt" -ignore_files = [ - "google/protobuf/descriptor.proto", - "gogoproto/gogo.proto" -] +[[overrides]] +prefixes = ["github.com/Microsoft/hcsshim/internal/computeagent"] +plugins = ["ttrpc"] -[[descriptors]] -prefix = "github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/stats" -target = "cmd/containerd-shim-runhcs-v1/stats/next.pb.txt" -ignore_files = [ - "google/protobuf/descriptor.proto", - "gogoproto/gogo.proto" -]
\ No newline at end of file +[[overrides]] +prefixes = ["github.com/Microsoft/hcsshim/internal/ncproxyttrpc"] +plugins = ["ttrpc"]
\ No newline at end of file |