build

package
v0.0.0-...-ded4385 Latest Latest
Warning

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

Go to latest
Published: May 18, 2021 License: Apache-2.0 Imports: 39 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Log = log.Log.WithName("controller").WithName("build")

Log --

Functions

func Add

func Add(mgr manager.Manager) error

Add creates a new Build Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.

Types

type Action

type Action interface {
	client.Injectable
	log.Injectable
	camelevent.Injectable

	// a user friendly name for the action
	Name() string

	// returns true if the action can handle the build
	CanHandle(build *v1.Build) bool

	// executes the handling function
	Handle(ctx context.Context, build *v1.Build) (*v1.Build, error)
}

Action --

func NewErrorAction

func NewErrorAction() Action

NewErrorAction creates a new error action for scheduled routine

func NewErrorRecoveryAction

func NewErrorRecoveryAction() Action

NewErrorRecoveryAction creates a new error recovering handling action for the build

func NewInitializePodAction

func NewInitializePodAction() Action

NewInitializePodAction creates a new initialize action

func NewInitializeRoutineAction

func NewInitializeRoutineAction() Action

NewInitializeRoutineAction creates a new initialize action

func NewMonitorPodAction

func NewMonitorPodAction() Action

NewMonitorPodAction creates a new monitor action for scheduled pod

func NewMonitorRoutineAction

func NewMonitorRoutineAction(r *sync.Map) Action

NewMonitorRoutineAction creates a new monitor action for scheduled routine

func NewSchedulePodAction

func NewSchedulePodAction(reader client.Reader) Action

NewSchedulePodAction creates a new schedule action

func NewScheduleRoutineAction

func NewScheduleRoutineAction(reader client.Reader, b *builder.Builder, r *sync.Map) Action

NewScheduleRoutineAction creates a new schedule routine action

Jump to

Keyboard shortcuts

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