package
0.0.0-20240304035814-d5492f02fce4
Repository: https://github.com/koffloader-io/koffloader.git
Documentation: pkg.go.dev

# Functions

NewGetHealthyLiveness creates a new http.Handler for the get healthy liveness operation.
NewGetHealthyLivenessInternalServerError creates GetHealthyLivenessInternalServerError with default headers values.
NewGetHealthyLivenessOK creates GetHealthyLivenessOK with default headers values.
NewGetHealthyLivenessParams creates a new GetHealthyLivenessParams object There are no default values defined in the spec.
NewGetHealthyReadiness creates a new http.Handler for the get healthy readiness operation.
NewGetHealthyReadinessInternalServerError creates GetHealthyReadinessInternalServerError with default headers values.
NewGetHealthyReadinessOK creates GetHealthyReadinessOK with default headers values.
NewGetHealthyReadinessParams creates a new GetHealthyReadinessParams object There are no default values defined in the spec.
NewGetHealthyStartup creates a new http.Handler for the get healthy startup operation.
NewGetHealthyStartupInternalServerError creates GetHealthyStartupInternalServerError with default headers values.
NewGetHealthyStartupOK creates GetHealthyStartupOK with default headers values.
NewGetHealthyStartupParams creates a new GetHealthyStartupParams object There are no default values defined in the spec.

# Constants

GetHealthyLivenessInternalServerErrorCode is the HTTP code returned for type GetHealthyLivenessInternalServerError.
GetHealthyLivenessOKCode is the HTTP code returned for type GetHealthyLivenessOK.
GetHealthyReadinessInternalServerErrorCode is the HTTP code returned for type GetHealthyReadinessInternalServerError.
GetHealthyReadinessOKCode is the HTTP code returned for type GetHealthyReadinessOK.
GetHealthyStartupInternalServerErrorCode is the HTTP code returned for type GetHealthyStartupInternalServerError.
GetHealthyStartupOKCode is the HTTP code returned for type GetHealthyStartupOK.

# Structs

GetHealthyLiveness swagger:route GET /healthy/liveness healthy getHealthyLiveness # Liveness probe pod liveness probe for agent and controller pod */.
GetHealthyLivenessInternalServerError Failed swagger:response getHealthyLivenessInternalServerError */.
GetHealthyLivenessOK Success swagger:response getHealthyLivenessOK */.
GetHealthyLivenessParams contains all the bound params for the get healthy liveness operation typically these are obtained from a http.Request swagger:parameters GetHealthyLiveness.
GetHealthyLivenessURL generates an URL for the get healthy liveness operation.
GetHealthyReadiness swagger:route GET /healthy/readiness healthy getHealthyReadiness # Readiness probe pod readiness probe for agent and controller pod */.
GetHealthyReadinessInternalServerError Failed swagger:response getHealthyReadinessInternalServerError */.
GetHealthyReadinessOK Success swagger:response getHealthyReadinessOK */.
GetHealthyReadinessParams contains all the bound params for the get healthy readiness operation typically these are obtained from a http.Request swagger:parameters GetHealthyReadiness.
GetHealthyReadinessURL generates an URL for the get healthy readiness operation.
GetHealthyStartup swagger:route GET /healthy/startup healthy getHealthyStartup # Startup probe pod startup probe for agent and controller pod */.
GetHealthyStartupInternalServerError Failed swagger:response getHealthyStartupInternalServerError */.
GetHealthyStartupOK Success swagger:response getHealthyStartupOK */.
GetHealthyStartupParams contains all the bound params for the get healthy startup operation typically these are obtained from a http.Request swagger:parameters GetHealthyStartup.
GetHealthyStartupURL generates an URL for the get healthy startup operation.

# Interfaces

GetHealthyLivenessHandler interface for that can handle valid get healthy liveness params.
GetHealthyReadinessHandler interface for that can handle valid get healthy readiness params.
GetHealthyStartupHandler interface for that can handle valid get healthy startup params.

# Type aliases

GetHealthyLivenessHandlerFunc turns a function with the right signature into a get healthy liveness handler.
GetHealthyReadinessHandlerFunc turns a function with the right signature into a get healthy readiness handler.
GetHealthyStartupHandlerFunc turns a function with the right signature into a get healthy startup handler.