prober

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2021 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnvironToAPIEnvVar

func EnvironToAPIEnvVar(envs []string) []api.EnvVar

func NewWorker

func NewWorker(
	unitName,
	podIP string,
	probeType ProbeType,
	probe *api.Probe) *worker

Creates and starts a new probe worker.

Types

type CommandRunner

type CommandRunner interface {
	RunWithTimeout(cmd []string, timeout time.Duration) ([]byte, error)
}

type ExecRunner

type ExecRunner struct {
}

func (*ExecRunner) RunWithTimeout

func (r *ExecRunner) RunWithTimeout(cmd []string, timeout time.Duration) ([]byte, error)

type ProbeType

type ProbeType int
const (
	Liveness ProbeType = iota
	Readiness
	Startup
)

func (ProbeType) String

func (t ProbeType) String() string

For debugging.

type Result

type Result int

Result is the type for probe results.

const (
	Unknown Result = iota - 1
	Success
	Failure
)

func (Result) String

func (r Result) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL