# 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 with the default values initialized.
NewGetHello creates a new http.Handler for the get hello operation.
NewGetHelloOK creates GetHelloOK with default headers values.
NewGetHelloParams creates a new GetHelloParams object with the default values initialized.
# Constants
GetHealthzFailedCode is the HTTP code returned for type GetHealthzFailed.
GetHealthzOKCode is the HTTP code returned for type GetHealthzOK.
GetHelloOKCode is the HTTP code returned for type GetHelloOK.
# 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.
GetHello swagger:route GET /hello getHello
Say hello to cilium-health
Returns a successful status code if this cilium-health instance is
reachable.
GetHelloOK Success
swagger:response getHelloOK
*/.
GetHelloParams contains all the bound params for the get hello operation typically these are obtained from a http.Request
swagger:parameters GetHello.
GetHelloURL generates an URL for the get hello operation.
# Interfaces
GetHealthzHandler interface for that can handle valid get healthz params.
GetHelloHandler interface for that can handle valid get hello params.
# Type aliases
No description provided by the author
GetHealthzHandlerFunc turns a function with the right signature into a get healthz handler.
GetHelloHandlerFunc turns a function with the right signature into a get hello handler.