Documentation ¶
Index ¶
Constants ¶
View Source
const ( PipelineFinalizer = "pipeline.kurator.dev" TektonPipelineLabel = "tekton.dev/pipeline" ChainCredentials = "chain-credentials" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipelineManager ¶
PipelineManager reconciles a Pipeline object.
func (*PipelineManager) Reconcile ¶
func (p *PipelineManager) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reterr error)
Reconcile performs the reconciliation process for the Pipeline object.
func (*PipelineManager) SetupWithManager ¶
func (p *PipelineManager) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.