package
Version:
v0.3.22
Opens a new window with list of versions in this module.
Published: Oct 13, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package drivers implements Backplane drivers (e.g Docker, Kubernetes, etc.)
func ForwardTCP(
stopCh <-chan struct{},
cname string,
localPort, remotePort int,
) error
ForwardTCP forwards locaPort on host to a remotePort on a container cname.
GetDriver returns a driver by name.
type Option func(*options)
WithArgs sets the arguments for the driver.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.