File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
- 0.16 .0
1
+ 0.17 .0
Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ require (
13
13
golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb // indirect
14
14
gopkg.in/yaml.v2 v2.2.2
15
15
)
16
+
17
+ go 1.13
Original file line number Diff line number Diff line change 79
79
RunnerType string
80
80
DockerDaemonParams string
81
81
NodeSelector map [string ]string
82
+ Annotations map [string ]string
82
83
}
83
84
84
85
ValidateRuntimeOptions struct {
@@ -118,6 +119,7 @@ func (r *runtimeEnvironment) Create(opt *CreateRuntimeOptions) (*RuntimeEnvironm
118
119
"runnerType" : opt .RunnerType ,
119
120
"dockerDaemonParams" : opt .DockerDaemonParams ,
120
121
"nodeSelector" : opt .NodeSelector ,
122
+ "annotations" : opt .Annotations ,
121
123
}
122
124
if opt .HasAgent {
123
125
body ["agent" ] = true
You can’t perform that action at this time.
0 commit comments