An initializer plugin is a function that will be called during the
initialization phase of Steep just before components such as the controller or
the scheduler are deployed. If required, the function can be a suspend
function.
Type
initializer
Additional properties
Type
dependsOn (optional)
array
An optional list of names of other initializer plugins that need to be executed before this plugin. If this property is not given, the order in which initializer plugins are executed is undefined.