Documentation ¶
Index ¶
Constants ¶
View Source
const (
// SecretPath contains the path to the secrets volume that is mounted in.
SecretPath = "/etc/signing-secrets"
)
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
Types ¶
type Reconciler ¶
type Reconciler struct { PipelineRunSigner signing.Signer Pipelineclientset versioned.Interface TaskRunLister listers.TaskRunLister Tracker tracker.Interface }
func (*Reconciler) FinalizeKind ¶
func (r *Reconciler) FinalizeKind(ctx context.Context, pr *v1beta1.PipelineRun) pkgreconciler.Event
FinalizeKind implements pipelinerunreconciler.Finalizer We utilize finalizers to ensure that we get a crack at signing every pipelinerun that we see flowing through the system. If we don't add a finalizer, it could get cleaned up before we see the final state and sign it.
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, pr *v1beta1.PipelineRun) pkgreconciler.Event
ReconcileKind handles a changed or created PipelineRun. This is the main entrypoint for chains business logic.
Click to show internal directories.
Click to hide internal directories.