Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PollTimeout is set equal to the queue-proxy's ExecProbe timeout to take // advantage of the full window PollTimeout = 10 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func DecodeProbe ¶
DecodeProbe takes a json serialised *corev1.Probe and returns a Probe or an error.
Types ¶
type Probe ¶
Probe wraps a corev1.Probe along with a count of consecutive, successful probes
func NewProbeWithHTTP2AutoDetection ¶ added in v0.22.0
NewProbeWithHTTP2AutoDetection returns a pointer to a new Probe that has HTTP2 auto-detection enabled.
func (*Probe) ProbeContainer ¶
ProbeContainer executes the defined Probe against the user-container
Click to show internal directories.
Click to hide internal directories.