# Functions
NewGetRuntimeLiveness creates a new http.Handler for the get runtime liveness operation.
NewGetRuntimeLivenessInternalServerError creates GetRuntimeLivenessInternalServerError with default headers values.
NewGetRuntimeLivenessOK creates GetRuntimeLivenessOK with default headers values.
NewGetRuntimeLivenessParams creates a new GetRuntimeLivenessParams object
There are no default values defined in the spec.
NewGetRuntimeReadiness creates a new http.Handler for the get runtime readiness operation.
NewGetRuntimeReadinessInternalServerError creates GetRuntimeReadinessInternalServerError with default headers values.
NewGetRuntimeReadinessOK creates GetRuntimeReadinessOK with default headers values.
NewGetRuntimeReadinessParams creates a new GetRuntimeReadinessParams object
There are no default values defined in the spec.
NewGetRuntimeStartup creates a new http.Handler for the get runtime startup operation.
NewGetRuntimeStartupInternalServerError creates GetRuntimeStartupInternalServerError with default headers values.
NewGetRuntimeStartupOK creates GetRuntimeStartupOK with default headers values.
NewGetRuntimeStartupParams creates a new GetRuntimeStartupParams object
There are no default values defined in the spec.
# Constants
GetRuntimeLivenessInternalServerErrorCode is the HTTP code returned for type GetRuntimeLivenessInternalServerError.
GetRuntimeLivenessOKCode is the HTTP code returned for type GetRuntimeLivenessOK.
GetRuntimeReadinessInternalServerErrorCode is the HTTP code returned for type GetRuntimeReadinessInternalServerError.
GetRuntimeReadinessOKCode is the HTTP code returned for type GetRuntimeReadinessOK.
GetRuntimeStartupInternalServerErrorCode is the HTTP code returned for type GetRuntimeStartupInternalServerError.
GetRuntimeStartupOKCode is the HTTP code returned for type GetRuntimeStartupOK.
# Structs
GetRuntimeLiveness swagger:route GET /runtime/liveness runtime getRuntimeLiveness
# Liveness probe
Check pod liveness probe
*/.
GetRuntimeLivenessInternalServerError Failed
swagger:response getRuntimeLivenessInternalServerError
*/.
GetRuntimeLivenessOK Success
swagger:response getRuntimeLivenessOK
*/.
GetRuntimeLivenessParams contains all the bound params for the get runtime liveness operation typically these are obtained from a http.Request
swagger:parameters GetRuntimeLiveness.
GetRuntimeLivenessURL generates an URL for the get runtime liveness operation.
GetRuntimeReadiness swagger:route GET /runtime/readiness runtime getRuntimeReadiness
# Readiness probe
Check pod readiness probe
*/.
GetRuntimeReadinessInternalServerError Failed
swagger:response getRuntimeReadinessInternalServerError
*/.
GetRuntimeReadinessOK Success
swagger:response getRuntimeReadinessOK
*/.
GetRuntimeReadinessParams contains all the bound params for the get runtime readiness operation typically these are obtained from a http.Request
swagger:parameters GetRuntimeReadiness.
GetRuntimeReadinessURL generates an URL for the get runtime readiness operation.
GetRuntimeStartup swagger:route GET /runtime/startup runtime getRuntimeStartup
# Startup probe
Check pod startup probe
*/.
GetRuntimeStartupInternalServerError Failed
swagger:response getRuntimeStartupInternalServerError
*/.
GetRuntimeStartupOK Success
swagger:response getRuntimeStartupOK
*/.
GetRuntimeStartupParams contains all the bound params for the get runtime startup operation typically these are obtained from a http.Request
swagger:parameters GetRuntimeStartup.
GetRuntimeStartupURL generates an URL for the get runtime startup operation.
# Interfaces
GetRuntimeLivenessHandler interface for that can handle valid get runtime liveness params.
GetRuntimeReadinessHandler interface for that can handle valid get runtime readiness params.
GetRuntimeStartupHandler interface for that can handle valid get runtime startup params.
# Type aliases
GetRuntimeLivenessHandlerFunc turns a function with the right signature into a get runtime liveness handler.
GetRuntimeReadinessHandlerFunc turns a function with the right signature into a get runtime readiness handler.
GetRuntimeStartupHandlerFunc turns a function with the right signature into a get runtime startup handler.