Documentation ¶
Overview ¶
Package healthcheck typically enables readiness or liveness probes within kubernetes. IMPORTANT: If you update this behavior, be sure to update internal/fullnode/pod_builder.go with the new cosmos operator image in the "healthcheck" container.
Index ¶
Constants ¶
View Source
const Port = 1251
Port is the port for the healthcheck sidecar.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶ added in v0.10.0
type Client struct {
// contains filtered or unexported fields
}
Client can be used to query healthcheck information.
type Comet ¶ added in v0.15.0
type Comet struct {
// contains filtered or unexported fields
}
Comet checks the CometBFT status endpoint to determine if the node is in-sync or not.
Click to show internal directories.
Click to hide internal directories.