Documentation
¶
Overview ¶
Package exechc health check from command execution
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Runtime ¶
type Runtime struct {
// Port is the port number to listen on
Port int
// Host is the hostname to listen on
Host string
// CheckCmd is the static command line to execute
CheckCmd string
// CheckExpression is the CEL expression to run against the Output struct of the result
CheckExpression string
}
Runtime contains the main runtime configuration
Click to show internal directories.
Click to hide internal directories.