collector

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SimplifyStep added in v0.1.0

Types

type Collector

type Collector struct {
	JXClient          *jxclientset.Clientset
	Namespace         string
	ResyncInterval    time.Duration
	GitOwners         *strset.Set
	Store             *store.Store
	LighthouseHandler *lighthouse.Handler
	Logger            *logrus.Logger
	// contains filtered or unexported fields
}

func (*Collector) Start

func (c *Collector) Start(ctx context.Context) error

type DeploymentCollector

type DeploymentCollector struct {
	GitOwners         *strset.Set
	Store             *store.DeploymentStore
	LighthouseHandler *lighthouse.Handler
	Logger            *logrus.Logger
}

func (*DeploymentCollector) Start

type PipelineActivityCollector

type PipelineActivityCollector struct {
	JXClient       *jxclientset.Clientset
	Namespace      string
	ResyncInterval time.Duration
	GitOwners      *strset.Set
	Store          *store.PipelineStore
	Logger         *logrus.Logger
}

func (*PipelineActivityCollector) Start

type PullRequestCollector

type PullRequestCollector struct {
	GitOwners         *strset.Set
	Store             *store.PullRequestStore
	LighthouseHandler *lighthouse.Handler
	Logger            *logrus.Logger
}

func (*PullRequestCollector) Start

type ReleaseCollector

type ReleaseCollector struct {
	JXClient          *jxclientset.Clientset
	Namespace         string
	ResyncInterval    time.Duration
	GitOwners         *strset.Set
	Store             *store.ReleaseStore
	LighthouseHandler *lighthouse.Handler
	Logger            *logrus.Logger
}

func (*ReleaseCollector) Start

func (c *ReleaseCollector) Start(ctx context.Context) error

Jump to

Keyboard shortcuts

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