controller

package
v1.6.0-rc.2 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller added in v0.13.0

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

Controller watches Kubernetes resources and send events to bots.

func New added in v0.13.0

func New(log logrus.FieldLogger, conf *config.Config, notifiers map[string]bot.Bot, reporter status.StatusReporter) *Controller

New create a new Controller instance.

func (*Controller) Start added in v0.13.0

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

Start creates new informer controllers to watch k8s resources

type GitHubRepoClient added in v0.13.0

type GitHubRepoClient interface {
	GetLatestRelease(ctx context.Context, owner, repo string) (*github.RepositoryRelease, *github.Response, error)
}

GitHubRepoClient describes the client for getting latest release for a given repository.

type UpgradeChecker added in v0.13.0

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

UpgradeChecker checks for new Botkube releases.

func NewUpgradeChecker added in v0.13.0

func NewUpgradeChecker(log logrus.FieldLogger, notifiers map[string]bot.Bot, ghCli GitHubRepoClient) *UpgradeChecker

NewUpgradeChecker creates a new instance of the Upgrade Checker.

func (*UpgradeChecker) Run added in v0.13.0

func (c *UpgradeChecker) Run(ctx context.Context) error

Run runs the Upgrade Checker and checks for new Botkube releases periodically.

Jump to

Keyboard shortcuts

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