checks

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: May 29, 2024 License: MPL-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 Processor

type Processor interface {
	Name() string
	Command()
}

type ProcessorEntry

type ProcessorEntry struct {
	Name       string
	Processor  func(ctx context.Context, request Request) (msg.Result, error)
	WorstState pkg.CommitState
}

type Request

type Request struct {
	Log       zerolog.Logger
	Note      *msg.Message
	App       v1alpha1.Application
	Repo      *git.Repo
	Container container.Container

	QueueApp  func(app v1alpha1.Application)
	RemoveApp func(app v1alpha1.Application)

	AppName           string
	KubernetesVersion string
	JsonManifests     []string
	YamlManifests     []string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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