Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrokerHealth ¶
type BrokerHealth struct {
// contains filtered or unexported fields
}
BrokerHealth holds logic checking the status of the broker
func NewBrokerProbes ¶
func NewBrokerProbes(port string, etcdURL string) *BrokerHealth
NewBrokerProbes creates a new BrokerHealth
type ControllerHealth ¶
type ControllerHealth struct {
// contains filtered or unexported fields
}
ControllerHealth holds logic for controller's probes
func NewControllerProbes ¶
func NewControllerProbes(port string, etcdURL string, client client.Client, livenessProbeNamespace string) *ControllerHealth
NewControllerProbes creates a ControllerHealth
func (*ControllerHealth) Handle ¶
func (c *ControllerHealth) Handle()
Handle handles probes for controller
Click to show internal directories.
Click to hide internal directories.