# Functions
NewGetHealthz creates a new http.Handler for the get healthz operation.
NewGetHealthzOK creates GetHealthzOK with default headers values.
NewGetHealthzParams creates a new GetHealthzParams object
There are no default values defined in the spec.
NewGetMetrics creates a new http.Handler for the get metrics operation.
NewGetMetricsOK creates GetMetricsOK with default headers values.
NewGetMetricsParams creates a new GetMetricsParams object
There are no default values defined in the spec.
NewGetReadyz creates a new http.Handler for the get readyz operation.
NewGetReadyzOK creates GetReadyzOK with default headers values.
NewGetReadyzParams creates a new GetReadyzParams object
There are no default values defined in the spec.
# Constants
GetHealthzOKCode is the HTTP code returned for type GetHealthzOK.
GetMetricsOKCode is the HTTP code returned for type GetMetricsOK.
GetReadyzOKCode is the HTTP code returned for type GetReadyzOK.
# Structs
GetHealthz swagger:route GET /healthz Kubernetes getHealthz
# Liveness check
used by Kubernetes liveness probe
*/.
GetHealthzOK OK
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.
GetMetrics swagger:route GET /metrics Kubernetes getMetrics
# Prometheus metrics
returns HTTP requests duration and Go runtime metrics
*/.
GetMetricsOK OK
swagger:response getMetricsOK
*/.
GetMetricsParams contains all the bound params for the get metrics operation typically these are obtained from a http.Request
swagger:parameters GetMetrics.
GetMetricsURL generates an URL for the get metrics operation.
GetReadyz swagger:route GET /readyz Kubernetes getReadyz
# Readiness check
used by Kubernetes readiness probe
*/.
GetReadyzOK OK
swagger:response getReadyzOK
*/.
GetReadyzParams contains all the bound params for the get readyz operation typically these are obtained from a http.Request
swagger:parameters GetReadyz.
GetReadyzURL generates an URL for the get readyz operation.
# Interfaces
GetHealthzHandler interface for that can handle valid get healthz params.
GetMetricsHandler interface for that can handle valid get metrics params.
GetReadyzHandler interface for that can handle valid get readyz params.
# Type aliases
GetHealthzHandlerFunc turns a function with the right signature into a get healthz handler.
GetMetricsHandlerFunc turns a function with the right signature into a get metrics handler.
GetReadyzHandlerFunc turns a function with the right signature into a get readyz handler.