package
1.6.3
Repository: https://github.com/form3tech-oss/cilium.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewCiliumHealthAPI creates a new CiliumHealth instance.
NewGetHealthz creates a new http.Handler for the get healthz operation.
NewGetHealthzFailed creates GetHealthzFailed with default headers values.
NewGetHealthzOK creates GetHealthzOK with default headers values.
NewGetHealthzParams creates a new GetHealthzParams object no default values defined in spec.

# Constants

GetHealthzFailedCode is the HTTP code returned for type GetHealthzFailed.
GetHealthzOKCode is the HTTP code returned for type GetHealthzOK.

# Structs

CiliumHealthAPI Cilium Health Checker */.
GetHealthz swagger:route GET /healthz getHealthz Get health of Cilium node Returns health and status information of the local node including load and uptime, as well as the status of related components including the Cilium daemon.
GetHealthzFailed Failed to contact local Cilium daemon swagger:response getHealthzFailed */.
GetHealthzOK Success swagger:response getHealthzOK */.
GetHealthzParams contains all the bound params for the get healthz operation typically these are obtained from a http.Request swagger:parameters GetHealthz.
GetHealthzURL generates an URL for the get healthz operation.

# Interfaces

GetHealthzHandler interface for that can handle valid get healthz params.

# Type aliases

GetHealthzHandlerFunc turns a function with the right signature into a get healthz handler.