Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DialTimeout is the default timeout for dialing the server. DialTimeout = 5 * time.Second // RequestTimeout is the default timeout for client requests. RequestTimeout = 12 * time.Second // FlowPrintCount is the default number of flows to print on the hubble // observe CLI. FlowPrintCount = 20 // TargetTLSPrefix is a scheme that indicates that the target connection // requires TLS. TargetTLSPrefix = "tls://" )
Variables ¶
This section is empty.
Functions ¶
func GetSocketPath ¶ added in v0.7.0
func GetSocketPath() string
GetSocketPath returns the default server for status and observe command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.