Skip to main content

Config

Config is config for 'connector' plugin

Attributes

AttributeTypeDescription
WebAPIwebapi.PluginConfigDefines config for the base WebAPI plugin.
ResourceConstraintscore.ResourceConstraintsSpecDefines 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.
ConnectorDeploymentsmap[string]*DeploymentThe connectors used to match against specific task types. {connectorDeploymentID: ConnectorDeployment}
ConnectorAppsmap[string]*DeploymentThe connectors deployed as connector apps. {connectorDeploymentID: ConnectorDeployment}
ConnectorForTaskTypesmap[string]stringMaps task types to their connectors. {TaskType: connectorDeploymentID}
SupportedTaskTypes[]stringSupportedTaskTypes is a list of task types that are supported by this plugin.
PollIntervalconfig.DurationPollInterval is the interval at which the plugin should poll the connector for metadata updates.
Logslogs.LogConfigLog configuration for connector tasks