package
0.13.28
Repository: https://github.com/easystack/cilium.git
Documentation: pkg.go.dev

# Functions

NewGetHealthzHandler handles health requests.
NewGetHelloHandler handles hello requests.
NewGetStatusHandler handles requests for cached connectivity status.
NewPutStatusProbeHandler handles requests for connectivity probes.
NewServer creates a server to handle health requests.

# Constants

AdminOptionAny exposes every API over both Unix and HTTP sockets.
AdminOptionUnix restricts most APIs to hosting over Unix sockets.

# Variables

AdminOptions is the slice of all valid AdminOption values.
PortToPaths is a convenience map for access to the ports and their common string representations.

# Structs

Config stores the configuration data for a cilium-health server.
Server is the cilium-health daemon that is in charge of performing health and connectivity checks periodically, and serving the cilium-health API.

# Type aliases

AdminOption is an option for determining over which protocols the APIs are exposed.