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 (
1313 golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb // indirect
1414 gopkg.in/yaml.v2 v2.2.2
1515)
16+
17+ go 1.13
Original file line number Diff line number Diff line change 7979 RunnerType string
8080 DockerDaemonParams string
8181 NodeSelector map [string ]string
82+ Annotations map [string ]string
8283 }
8384
8485 ValidateRuntimeOptions struct {
@@ -118,6 +119,7 @@ func (r *runtimeEnvironment) Create(opt *CreateRuntimeOptions) (*RuntimeEnvironm
118119 "runnerType" : opt .RunnerType ,
119120 "dockerDaemonParams" : opt .DockerDaemonParams ,
120121 "nodeSelector" : opt .NodeSelector ,
122+ "annotations" : opt .Annotations ,
121123 }
122124 if opt .HasAgent {
123125 body ["agent" ] = true
You can’t perform that action at this time.
0 commit comments