# Functions
GetAffinityAssistantName returns the Affinity Assistant name based on pipelineWorkspaceName and pipelineRunName.
NewController instantiates a new controller.Impl from knative.dev/pkg/controller.
# Constants
ReasonCouldntCreateOrUpdateAffinityAssistantStatefulSet indicates that a PipelineRun uses workspaces with PersistentVolumeClaim as a volume source and expect an Assistant StatefulSet in AffinityAssistantPerWorkspace behavior, but couldn't create a StatefulSet.
SpanContextAnnotation is the name of the Annotation for storing SpanContext.
TaskRunSpanContextAnnotation is the name of the Annotation used for propogating SpanContext to TaskRun.
TracerName is the name of the tracer.
TracerProviderName is the name of TraceProvider.
# Variables
ReasonCancelled indicates that a PipelineRun was cancelled.
ReasonCouldntCancel indicates that a PipelineRun was cancelled but attempting to update all of the running TaskRuns as cancelled failed.
ReasonCouldntGetPipeline indicates that the reason for the failure status is that the associated Pipeline couldn't be retrieved.
ReasonCouldntGetTask indicates that the reason for the failure status is that the associated Pipeline's Tasks couldn't all be retrieved.
ReasonCouldntTimeOut indicates that a PipelineRun was timed out but attempting to update all of the running TaskRuns as timed out failed.
ReasonCreateRunFailed indicates that the pipeline fails to create the taskrun or other run resources.
ReasonFailedValidation indicates that the reason for failure status is that pipelinerun failed runtime validation.
ReasonInvalidBindings indicates that the reason for the failure status is that the PipelineResources bound in the PipelineRun didn't match those declared in the Pipeline.
ReasonInvalidGraph indicates that the reason for the failure status is that the associated Pipeline is an invalid graph (a.k.a wrong order, cycle, …).
ReasonInvalidMatrixParameterTypes indicates a matrix contains invalid parameter types.
ReasonInvalidTaskResultReference indicates a task result was declared but was not initialized by that task.
ReasonInvalidTaskRunSpec indicates that PipelineRun.Spec.TaskRunSpecs[].PipelineTaskName is defined with a not exist taskName in pipelineSpec.
ReasonInvalidWorkspaceBinding indicates that a Pipeline expects a workspace but a PipelineRun has provided an invalid binding.
ReasonObjectParameterMissKeys indicates that the object param value provided from PipelineRun spec misses some keys required for the object param declared in Pipeline spec.
ReasonParamArrayIndexingInvalid indicates that the use of param array indexing is out of bound.
ReasonParameterMissing indicates that the reason for the failure status is that the associated PipelineRun didn't provide all the required parameters.
ReasonParameterTypeMismatch indicates that the reason for the failure status is that parameter(s) declared in the PipelineRun do not have the some declared type as the parameters(s) declared in the Pipeline that they are supposed to override.
ReasonPending indicates that a PipelineRun is pending.
ReasonRequiredWorkspaceMarkedOptional indicates an optional workspace has been passed to a Task that is expecting a non-optional workspace.
ReasonResolvingPipelineRef indicates that the PipelineRun is waiting for its pipelineRef to be asynchronously resolved.
ReasonResourceVerificationFailed indicates that the pipeline fails the trusted resource verification, it could be the content has changed, signature is invalid or public key is invalid.
# Structs
Reconciler implements controller.Reconciler for Configuration resources.