# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Run executes the provided TaskRun with the provided options applied, and returns the fully-qualified image digest (or error) upon completion.
RunPipeline executes the provided PipelineRun with the provided options applied, and returns the final PipelineRun state (or error) upon completion.
RunTask executes the provided TaskRun with the provided options applied, and returns the final TaskRun state (or error) upon completion.
WithPipelineServiceAccount is used to adjust the PipelineRun to execute as a particular service account, as specified by the user.
WithTaskServiceAccount is used to adjust the TaskRun to execute as a particular service account, as specified by the user.
# Type aliases
CancelablePipelineOption is a function option that can be used to customize a pipelinerun in certain ways prior to execution.
CancelableTaskOption is a function option that can be used to customize a taskrun in certain ways prior to execution.