We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0acf7 commit ef29739Copy full SHA for ef29739
VERSION
@@ -1 +1 @@
1
-0.14.0
+0.15.0
pkg/codefresh/runtime_enrionment.go
@@ -78,6 +78,7 @@ type (
78
StorageClass string
79
RunnerType string
80
DockerDaemonParams string
81
+ NodeSelector string
82
}
83
84
ValidateRuntimeOptions struct {
@@ -116,6 +117,7 @@ func (r *runtimeEnvironment) Create(opt *CreateRuntimeOptions) (*RuntimeEnvironm
116
117
"storageClassName": opt.StorageClass,
118
"runnerType": opt.RunnerType,
119
"dockerDaemonParams": opt.DockerDaemonParams,
120
+ "nodeSelector": opt.NodeSelector,
121
122
if opt.HasAgent {
123
body["agent"] = true
0 commit comments