We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3bebb commit 83e6efcCopy full SHA for 83e6efc
1 file changed
pkg/api/runtimeoptions/v1/api.proto
@@ -14,9 +14,9 @@ option (gogoproto.unmarshaler_all) = true;
14
option (gogoproto.goproto_unrecognized_all) = false;
15
16
message Options {
17
- // TypeUrl specifies the type of the content inside the config file.
18
- string type_url = 1;
19
- // ConfigPath specifies the filesystem location of the config file
20
- // used by the runtime.
21
- string config_path = 2;
+ // TypeUrl specifies the type of the content inside the config file.
+ string type_url = 1;
+ // ConfigPath specifies the filesystem location of the config file
+ // used by the runtime.
+ string config_path = 2;
22
}
0 commit comments