Versions in this module Expand all Collapse all v0 v0.0.1 Oct 31, 2024 Changes in this version + type Connector struct + func New(ctx context.Context, namespace string, config *rest.Config) (*Connector, error) + func (d *Connector) Asset(ctx context.Context, asset *v2.AssetRef) (string, io.ReadCloser, error) + func (d *Connector) Metadata(ctx context.Context) (*v2.ConnectorMetadata, error) + func (d *Connector) ResourceSyncers(ctx context.Context) []connectorbuilder.ResourceSyncer + func (d *Connector) Validate(ctx context.Context) (annotations.Annotations, error)