package
0.0.0-20240119073826-8077f9cdbd8e
Repository: https://github.com/inspur-data/ipamwrapper.git
Documentation: pkg.go.dev
# Functions
NewGetHealthy creates a new http.Handler for the get healthy operation.
NewGetHealthyInternalServerError creates GetHealthyInternalServerError with default headers values.
NewGetHealthyOK creates GetHealthyOK with default headers values.
NewGetHealthyParams creates a new GetHealthyParams object
There are no default values defined in the spec.
# Constants
GetHealthyInternalServerErrorCode is the HTTP code returned for type GetHealthyInternalServerError.
GetHealthyOKCode is the HTTP code returned for type GetHealthyOK.
# Structs
GetHealthy swagger:route GET /healthy health-check getHealthy
# Get health of ipamwrapper agent
Check the agent health to make sure whether it's ready
for CNI plugin usage
*/.
GetHealthyInternalServerError Failed
swagger:response getHealthyInternalServerError
*/.
GetHealthyOK Success
swagger:response getHealthyOK
*/.
GetHealthyParams contains all the bound params for the get healthy operation typically these are obtained from a http.Request
swagger:parameters GetHealthy.
GetHealthyURL generates an URL for the get healthy operation.
# Interfaces
GetHealthyHandler interface for that can handle valid get healthy params.
# Type aliases
GetHealthyHandlerFunc turns a function with the right signature into a get healthy handler.