Open
Description
Overview
Runs and RunSchedules
(not yet on the website 😬) have parameters passed to them via the runtimeParameters
field (also appears under the run:
field in RunConfigurations, naturally).
The runtime
part of the name made sense when the field was originally introduced, at which point RunConfigurations
didn't create Run
resources and didn't have a run:
field. But now it's redundant: the parameters in question are either part of a "Run" resource or under a field called "run". So the field can be simply called parameters
.
It's a simple naming change, but it will make it clear that there is no other type of parameter list the user should expect to find (e.g. compileParameters
). It's also just simpler :)
Metadata
Metadata
Assignees
Labels
No labels