Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opts ¶
type Opts struct { PoolSize int DialTimeout time.Duration URL *url.URL EnvoySocket string TLSEnabled bool }
Opts are the options for configuring a Tunnel.
type Status ¶
type Status struct { URL string `json:"url"` SizeDesired int `json:"size_desired"` SizeCurrent int `json:"size_current"` }
Status is the current status of the Tunnel.
type Tunnel ¶
type Tunnel struct {
// contains filtered or unexported fields
}
Tunnel establishes a TCP connection between the proxy (running remotely) and Envoy (running alongside the agent).
func (*Tunnel) IsReady ¶
IsReady returns true if the channel is ready. If not, it returns a message describing why it is not ready.
Click to show internal directories.
Click to hide internal directories.