collector

package
v0.0.20 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 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 Collector

type Collector interface {
	Start(ctx context.Context, once bool)
}

func New

func New(
	reconcilerResultCh chan *runnerpb.ReconcileResult,
	collectorResultCh chan *runnerpb.Once_RunResult,
) Collector

type TaskID added in v0.0.15

type TaskID struct {
	ReconcilerName string
	Group          string
	Kind           string
	Namespace      string
	Name           string
}

func (TaskID) String added in v0.0.15

func (r TaskID) String() string

Jump to

Keyboard shortcuts

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