Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartLivenessProbeServer ¶
StartLivenessProbeServer starts a probe server listening on 8765 for requests to /healthz and responds with HTTP 200 with body OK\n
This is a convenience wrapper around StartProbeServer which can be customized with params.
func StartServer ¶ added in v1.18.0
func StartServer(ctx context.Context, params ServerParams)
StartServer accepts a port and opens a simple http server which will respond to requests at the configured port and path
Types ¶
type ServerParams ¶ added in v1.18.0
func NewServerParams ¶ added in v1.18.0
func NewServerParams() ServerParams
NewServerParams creates gloo's default probe server parameters
Click to show internal directories.
Click to hide internal directories.