Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
749eab72
Commit
749eab72
authored
6 years ago
by
Danielle Tomlinson
Browse files
Options
Download
Email Patches
Plain Diff
chore: Fix environement->environment typo
parent
26b5ad45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugins/drivers/proto/driver.pb.go
+1
-1
plugins/drivers/proto/driver.pb.go
plugins/drivers/proto/driver.proto
+1
-1
plugins/drivers/proto/driver.proto
with
2 additions
and
2 deletions
+2
-2
plugins/drivers/proto/driver.pb.go
+
1
-
1
View file @
749eab72
...
...
@@ -1345,7 +1345,7 @@ type TaskConfig struct {
// Env is the a set of key/value pairs to be set as environment variables
Env
map
[
string
]
string
`protobuf:"bytes,4,rep,name=env,proto3" json:"env,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
// DeviceEnv is the set of environment variables that are defined by device
// plugins. This allows the driver to differentiate environ
e
mnt variables
// plugins. This allows the driver to differentiate environm
e
nt variables
// set by the device plugins and those by the user. When populating the
// task's environment env should be used.
DeviceEnv
map
[
string
]
string
`protobuf:"bytes,5,rep,name=device_env,json=deviceEnv,proto3" json:"device_env,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
...
...
This diff is collapsed.
Click to expand it.
plugins/drivers/proto/driver.proto
+
1
-
1
View file @
749eab72
...
...
@@ -311,7 +311,7 @@ message TaskConfig {
map
<
string
,
string
>
env
=
4
;
// DeviceEnv is the set of environment variables that are defined by device
// plugins. This allows the driver to differentiate environ
e
mnt variables
// plugins. This allows the driver to differentiate environm
e
nt variables
// set by the device plugins and those by the user. When populating the
// task's environment env should be used.
map
<
string
,
string
>
device_env
=
5
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help