package
0.10.0
Repository: https://github.com/openshift/knative-serving.git
Documentation: pkg.go.dev

# Functions

DecodeProbe takes a json serialised *corev1.Probe and returns a Probe or an error.
EncodeProbe takes *corev1.Probe object and returns marshalled Probe JSON string and an error.
NewProbe returns a pointer a new Probe.

# Constants

PollTimeout is set equal to the queue-proxy's ExecProbe timeout to take advantage of the full window.

# Structs

Probe wraps a corev1.Probe along with a count of consecutive, successful probes.