summaryrefslogtreecommitdiffhomepage
path: root/pkg/shim/v2/runtimeoptions/runtimeoptions.proto
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2020-08-19 11:43:24 -0700
committerAndrei Vagin <avagin@gmail.com>2020-09-09 17:53:10 -0700
commit55ad34a05b5b1a36e89d2269c9ca4918f81adf48 (patch)
treeb331047f387a42627f5516c1d84616e9e670513f /pkg/shim/v2/runtimeoptions/runtimeoptions.proto
parentda96ad6bacd604f535ea21d7e559e8501087d227 (diff)
Change runtimeoptions proto handling.
Stolen from cl/327337408 (ascannell is OOO) PiperOrigin-RevId: 327475423
Diffstat (limited to 'pkg/shim/v2/runtimeoptions/runtimeoptions.proto')
-rw-r--r--pkg/shim/v2/runtimeoptions/runtimeoptions.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/shim/v2/runtimeoptions/runtimeoptions.proto b/pkg/shim/v2/runtimeoptions/runtimeoptions.proto
index edb19020a..057032e34 100644
--- a/pkg/shim/v2/runtimeoptions/runtimeoptions.proto
+++ b/pkg/shim/v2/runtimeoptions/runtimeoptions.proto
@@ -14,11 +14,11 @@
syntax = "proto3";
-package runtimeoptions;
+package cri.runtimeoptions.v1;
// This is a version of the runtimeoptions CRI API that is vendored.
//
-// Imported the full CRI package is a nightmare.
+// Importing the full CRI package is a nightmare.
message Options {
string type_url = 1;
string config_path = 2;