open-nomad/plugins/drivers
Kris Hicks 9d03cf4c5f
protos: Update .proto files not to use Go package name (#9301)
Previously, it was required that you `go get github.com/hashicorp/nomad` to be
able to build protos, as the protoc invocation added an include directive that
pointed to `$GOPATH/src`, which is how dependent protos were discovered. As
Nomad now uses Go modules, it won't necessarily be cloned to `$GOPATH`.
(Additionally, if you _had_ go-gotten Nomad at some point, protoc compilation
would have possibly used the _wrong_ protos, as those wouldn't necessarily be
the most up-to-date ones.)

This change modifies the proto files and the `protoc` invocation to handle
discovering dependent protos via protoc plugin modifier statements that are
specific to the protoc plugin being used.

In this change, `make proto` was run to recompile the protos, which results in
changes only to the gzipped `FileDescriptorProto`.
2020-11-10 08:42:35 -08:00
..
proto protos: Update .proto files not to use Go package name (#9301) 2020-11-10 08:42:35 -08:00
testutils s/0.13/1.0/g 2020-10-14 15:17:47 -07:00
utils Remove some dead code 2019-01-08 09:11:48 -05:00
client.go volumes: return better error messages for unsupported task drivers (#8030) 2020-05-21 09:18:02 -04:00
cstructs.go drivers: re-export ResourceUsage structs 2019-01-08 09:11:47 -05:00
driver.go docker: support group allocated ports and host_networks (#8623) 2020-08-11 18:30:22 -04:00
errors.go Standardize driver health description messages for all drivers 2019-01-06 22:06:38 -06:00
execstreaming.go implemment streaming exec handling in driver grpc handlers 2019-05-09 16:49:08 -04:00
plugin.go drivers: pass logger through driver plugin client 2019-01-25 09:38:41 -05:00
server.go driver/networking: don't recreate existing network namespaces 2019-09-25 14:58:17 -04:00
task_handle.go executor: add pre 0.9 client and wrapper 2019-01-18 18:30:58 -05:00
utils.go docker: support group allocated ports and host_networks (#8623) 2020-08-11 18:30:22 -04:00
utils_test.go Simplify proto conversion and handle swap 2019-03-30 15:18:28 -04:00
versions.go Add plugin API versioning to plugin loader and plugins 2018-12-18 16:48:00 -08:00