Documentation ¶
Index ¶
Constants ¶
View Source
const ( // OperatorAPIServeAddr is the "<ip>:<port>" on which to serve api requests // from the operator. // Use ":<port>" to bind on all interfaces. // Use an empty string to bind on both "127.0.0.1:0" and "[::1]:0". OperatorAPIServeAddr = "operator-api-serve-addr" )
View Source
const ( // OperatorAPIServeAddrDefault is the default "<ip>:<port>" value on which to serve // api requests from the operator. OperatorAPIServeAddrDefault = "localhost:9234" )
Variables ¶
View Source
var MetricsHandlerCell = cell.Module( "metrics-handler", "Operator metrics HTTP handler", cell.Provide(newMetricsHandler), )
Functions ¶
func HealthHandlerCell ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.