Documentation
¶
Index ¶
Constants ¶
View Source
const ( LabelPrefix = "tsdproxy." LabelIsEnabled = LabelEnable + "=true" // Container config labels LabelEnable = LabelPrefix + "enable" LabelName = LabelPrefix + "name" LabelContainerPort = LabelPrefix + "container_port" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { Info types.ContainerJSON ID string TargetHostname string }
func NewContainer ¶
Click to show internal directories.
Click to hide internal directories.