Add proto schema for GPU precompilation configs

Text instances of these protos will be generated by the
gpu_config_builder.

Generated proto code by executing the following from the `gpuconfig/` dir:

`go generate`

BUG=b/238798451

Change-Id: I75fad4a61e61c18273dbae7548653538be95f9c3
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/34840
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Tested-by: Arnav Kansal <rnv@google.com>
3 files changed
tree: baebef8615fd2f238f59ff98a2619948c8017210
  1. release/
  2. src/
  3. testing/
  4. .gitignore
  5. BUILD.bazel
  6. cloudbuild.yaml
  7. CONTRIBUTING.md
  8. deps.bzl
  9. go.mod
  10. go.sum
  11. LICENSE
  12. README.md
  13. run_tests.sh
  14. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.