feed

package
v0.32.5 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2026 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCheckV1 added in v0.32.3

func NewCheckV1(logger logging.Logger) beekeeper.Action

NewCheck returns a new check instance.

func NewCheckV2 added in v0.32.3

func NewCheckV2(logger logging.Logger) beekeeper.Action

NewCheck returns a new check instance.

Types

type CheckV1 added in v0.32.3

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

Check instance.

func (*CheckV1) Run added in v0.32.3

func (c *CheckV1) Run(ctx context.Context, cluster orchestration.Cluster, opts interface{}) (err error)

type CheckV2 added in v0.32.3

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

Check instance.

func (*CheckV2) Run added in v0.32.3

func (c *CheckV2) Run(ctx context.Context, cluster orchestration.Cluster, opts any) (err error)

type Options

type Options struct {
	PostageTTL   time.Duration
	PostageDepth uint64
	PostageLabel string
	NUpdates     int
	RootRef      string
}

Options represents check options

func NewDefaultOptions

func NewDefaultOptions() Options

NewDefaultOptions returns new default options

Jump to

Keyboard shortcuts

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