WithExtendedResources
No overview available.
def WithExtendedResources(
er: *core.ExtendedResources
) - > PluginTaskExecutionContextOption
Configures a PluginTaskExecutionContextOption to include extended resources. This function allows callers to specify additional resources that a plugin task may require, ensuring the task has the necessary environment to execute.
Parameters
| Name | Type | Description |
|---|---|---|
| er | *core.ExtendedResources | The extended resources to be associated with the plugin task execution context. These resources provide additional configuration or capabilities for the task. |
Returns
| Type | Description |
|---|---|
PluginTaskExecutionContextOption | A function that modifies a pluginTaskExecutionContext to include the specified extended resources. |