package
0.69.0
Repository: https://github.com/tektoncd/pipeline.git
Documentation: pkg.go.dev

# Functions

IsContextCanceledError determine whether the error is context canceled.
IsContextDeadlineError determine whether the error is context deadline.

# Constants

RFC3339 with millisecond.
RFC3339 with millisecond.

# Variables

ErrContextCanceled is the error returned when the context is canceled.
ErrContextDeadlineExceeded is the error returned when the context deadline is exceeded.
ErrSkipPreviousStepFailed is the error returned when the step is skipped due to previous step error.
ScriptDir for testing.

# Structs

ArtifactTemplate holds steps artifacts metadata parsed from step artifacts interpolation.
Entrypointer holds fields for running commands with redirected entrypoints.

# Interfaces

EntrypointerAPIClient defines the interface for SPIRE operations.
PostWriter encapsulates writing a file when complete.
Runner encapsulates running commands.
Waiter encapsulates waiting for files to exist.

# Type aliases

ContextError context error type.
DebugBeforeStepError is an error means mark before step breakpoint failure.