health

package
v0.0.0-alpha.0....-767256e Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlivenessChecker

type AlivenessChecker interface {
	Alive() bool
}

type CheckingSyncWrapper

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

CheckingSyncWrapper wraps calls to the factory.SyncFunc in order to track when it last ran successfully.

func NewCheckingSyncWrapper

func NewCheckingSyncWrapper(sync factory.SyncFunc, livenessThreshold time.Duration) *CheckingSyncWrapper

func NewDefaultCheckingSyncWrapper

func NewDefaultCheckingSyncWrapper(sync factory.SyncFunc) *CheckingSyncWrapper

NewDefaultCheckingSyncWrapper creates a new CheckingSyncWrapper with 5m threshold

func (*CheckingSyncWrapper) Alive

func (r *CheckingSyncWrapper) Alive() bool

func (*CheckingSyncWrapper) Sync

func (r *CheckingSyncWrapper) Sync(ctx context.Context, controllerContext factory.SyncContext) error

type MultiAlivenessChecker

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

func NewMultiAlivenessChecker

func NewMultiAlivenessChecker() *MultiAlivenessChecker

func (*MultiAlivenessChecker) Add

func (*MultiAlivenessChecker) Alive

func (r *MultiAlivenessChecker) Alive() bool

Jump to

Keyboard shortcuts

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