Package uk.co.ractf.polaris.api.healthcheck
Package containing API definitions related to
HealthCheck
-
Class Summary Class Description CommandHealthCheck AHealthCheck
that runs a command inside a pod, returns healthy if the given return value is returned.HealthCheck Base class for all healthchecks that can be ran against aPod
HttpHealthCheck Represents a HTTP healthcheck that checks that a http request to the container on a given port with a specified path and vhost returns the given status codeReceiveExactTcpPayload Part of aTcpPayloadHealthCheck
sequence that expects to receive an exact set of bytes (in hex)ReceiveRegexTcpPayload Part of aTcpPayloadHealthCheck
sequence that expects to receive a set of bytes matching the given regexSendTcpPayload Part of aTcpPayloadHealthCheck
sequence that will send an exact set of bytes (in hex)TcpHealthCheck Represents a healthcheck that checks a tcp port is open with a given timeoutTcpPayload Represents a part of a tcp payload healthcheck sequenceTcpPayloadHealthCheck Represents a healthcheck that checks a tcp service is healthy using a call/response sequence of payloads