Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
Service string
Healthcheck *docker.HealthcheckSpec
Steps []Step
Suggestions []string
}
Report contains the full result of probing one service container.
type Step ¶
type Step struct {
Label string
Status StepStatus
Output string
}
Step is a single diagnostic check performed during a probe run.
type StepStatus ¶
type StepStatus int
StepStatus describes the outcome of one diagnostic probe step.
const ( StepPass StepStatus = iota StepFail StepWarn StepSkip )
Probe step statuses.
Click to show internal directories.
Click to hide internal directories.