Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthChecker ¶
type HealthChecker struct { *healthcheck.HealthChecker // contains filtered or unexported fields }
HealthChecker wraps Linkerd's main healthchecker, adding extra fields for linkerd-buoyant.
func NewHealthChecker ¶
func NewHealthChecker( options *healthcheck.Options, k8s k8s.Client, http *http.Client, bcloudServer string, ) *HealthChecker
NewHealthChecker returns an initialized HealthChecker for linkerd-buoyant. The returned instance does not contain any linkerd-buoyant Categories. Categories are to be explicitly added by using hc.AppendCategories
func (*HealthChecker) L5dBuoyantCategory ¶
func (hc *HealthChecker) L5dBuoyantCategory() healthcheck.Category
L5dBuoyantCategory returns a healthcheck.Category containing checkers to verify the health of linkerd-buoyant components.
Click to show internal directories.
Click to hide internal directories.