Versions in this module Expand all Collapse all v1 v1.1.0 Feb 11, 2026 v1.0.0 Feb 8, 2026 Changes in this version + type Checker interface + Check func(ctx context.Context, id fmt.Stringer, ...) (ReadyStatus, error) + type Poller struct + func NewPoller(period time.Duration, checker Checker) *Poller + func (p *Poller) Check(ctx context.Context, id fmt.Stringer, ...) (ReadyStatus, error) + type Prober struct + func NewProber(proberTimeout time.Duration) *Prober + func (p *Prober) Check(ctx context.Context, id fmt.Stringer, ...) (ReadyStatus, error) + type ReadyStatus int + const Error + const InProgress + const Ready + func (r ReadyStatus) AsFuncResult(err error) (bool, error) + func (r ReadyStatus) Failed() bool + func (r ReadyStatus) IsNotReady() bool + func (r ReadyStatus) IsReady() bool + type Ref struct + Name string + Namespace string + func (r Ref) String() string