exec

package
v0.0.0-...-2d305cd Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Prober

type Prober interface {
	Probe(e exec.Cmd) (probe.Result, string, error)
}

Prober is an interface defining the Probe object for container readiness/liveness checks.

func New

func New() Prober

New creates a Prober.

type TimeoutError

type TimeoutError struct {
	// contains filtered or unexported fields
}

TimeoutError is an error returned on exec probe timeouts. It should be returned by CRI implementations in order for the exec prober to interpret exec timeouts as failed probes.

func NewTimeoutError

func NewTimeoutError(err error, timeout time.Duration) *TimeoutError

NewTimeoutError returns a new TimeoutError.

func (*TimeoutError) Error

func (t *TimeoutError) Error() string

Error returns the error string.

func (*TimeoutError) Timeout

func (t *TimeoutError) Timeout() time.Duration

Timeout returns the timeout duration of the exec probe.

Jump to

Keyboard shortcuts

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