pipelinerun

package
v0.0.0-...-5a3499f Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2018 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ReasonCouldntGetPipeline indicates that the reason for the failure status is that
	// the associated Pipeline couldn't be found
	ReasonCouldntGetPipeline = "CouldntGetPipeline"

	// ReasonCouldntGetTask indicates that the reason for the failure status is that the
	// associated Pipeline's Tasks couldn't all be retrieved
	ReasonCouldntGetTask = "CouldntGetTask"

	// ReasonCouldntGetPipelineParams indicates that the reason for the failure status is
	// that PipelineRun's PipelineParams couldn't be found
	ReasonCouldntGetPipelineParams = "CouldntGetPipelineParams"
)

Variables

This section is empty.

Functions

func NewController

func NewController(
	opt reconciler.Options,
	pipelineRunInformer informers.PipelineRunInformer,
	pipelineInformer informers.PipelineInformer,
	taskInformer informers.TaskInformer,
	taskRunInformer informers.TaskRunInformer,
	pipelineParamsesInformer informers.PipelineParamsInformer,
) *controller.Impl

NewController creates a new Configuration controller

Types

type Reconciler

type Reconciler struct {
	*reconciler.Base
	// contains filtered or unexported fields
}

Reconciler implements controller.Reconciler for Configuration resources.

func (*Reconciler) Reconcile

func (c *Reconciler) Reconcile(ctx context.Context, key string) error

Reconcile compares the actual state with the desired, and attempts to converge the two. It then updates the Status block of the Pipeline Run resource with the current status of the resource.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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