Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

driver: move Features and HostGatewayIP to specific driver #2074

Closed
wants to merge 4 commits into from

Conversation

crazy-max
Copy link
Member

@crazy-max crazy-max commented Oct 12, 2023

Carry some changes from #2018 that are not directly to dial meta addition.

This moves Features and HostGatewayIP handling to its specific driver (docker) which adds an extra HostGatewayIP field to the Driver interface.

Adds a new HostGatewayIP entry in the Driver interface so we can
move Features and HostGatewayIP handling with cache to the very
specific driver (docker).

Signed-off-by: CrazyMax <[email protected]>
@crazy-max crazy-max force-pushed the refactor-driver-handler branch from 9b5604a to c0adff1 Compare October 12, 2023 20:12
@crazy-max crazy-max changed the title driver: handler grab-bag driver: move Features and HostGatewayIP to specific driver Oct 12, 2023
crazy-max and others added 3 commits October 12, 2023 22:17
Adds ability to opt-out usage of the cached client in driver
handler. This implies that the caller of Client without cache
needs to properly release the connection.

Signed-off-by: CrazyMax <[email protected]>
@crazy-max crazy-max deleted the refactor-driver-handler branch October 17, 2023 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant