import "istio.io/istio/pilot/cmd/pilot-agent/status/ready"
type Probe struct { LocalHostAddr string AdminPort uint16 // contains filtered or unexported fields }
Probe for readiness.
Check executes the probe and returns an error if the probe fails.
type Prober interface { // Check executes the probe and returns an error if the probe fails. Check() error }
Package ready imports 4 packages (graph) and is imported by 4 packages. Updated 2020-12-23. Refresh now. Tools for package owners.