Documentation ¶
Overview ¶
Package rootcmd implements the cobra.Command that manages the controller manager lifecycle.
Index ¶
Constants ¶
View Source
const ( // DiagnosticConfigBufferDepth is the size of the channel buffer for receiving diagnostic // config dumps from the proxy sync loop. The chosen size is essentially arbitrary: we don't // expect that the receive end will get backlogged (it only assigns the value to a local // variable) but do want a small amount of leeway to account for goroutine scheduling, so it // is not zero. DiagnosticConfigBufferDepth = 3 )
Variables ¶
This section is empty.
Functions ¶
func StartDiagnosticsServer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.