Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ServerAddress is the default server address. ServerAddress = "localhost:4245" // 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 // EventsPrintCount is the default number of agent/debug events to print // on the hubble events CLI. EventsPrintCount = 20 // TargetTLSPrefix is a scheme that indicates that the target connection // requires TLS. TargetTLSPrefix = "tls://" )
Variables ¶
View Source
var ( // ConfigDir is the default directory path to store Hubble // configuration files. It may be unset. ConfigDir string // ConfigDirFallback is the directory path to store Hubble configuration // files if defaultConfigDir is unset. Note that it may also be unset. ConfigDirFallback string // ConfigFile is the path to an optional configuration file. // It may be unset. ConfigFile string )
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.