Config
Config is config for 'connector' plugin
Attributes
| Attribute | Type | Description |
|---|---|---|
| WebAPI | webapi.PluginConfig | Defines config for the base WebAPI plugin. |
| ResourceConstraints | core.ResourceConstraintsSpec | Defines resource constraints on how many executions to be created per project/overall at any given time. |
| DefaultConnector | [Deployment](deployment.md?sid=flyteplugins_go_tasks_plugins_webapi_connector_deployment) | The default connector if there does not exist a more specific matching against task types. |
| ConnectorDeployments | map[string]*Deployment | The connectors used to match against specific task types. {connectorDeploymentID: ConnectorDeployment} |
| ConnectorApps | map[string]*Deployment | The connectors deployed as connector apps. {connectorDeploymentID: ConnectorDeployment} |
| ConnectorForTaskTypes | map[string]string | Maps task types to their connectors. {TaskType: connectorDeploymentID} |
| SupportedTaskTypes | []string | SupportedTaskTypes is a list of task types that are supported by this plugin. |
| PollInterval | config.Duration | PollInterval is the interval at which the plugin should poll the connector for metadata updates. |
| Logs | logs.LogConfig | Log configuration for connector tasks |