# Functions
NewClient returns a new estafette.Client.
NewLoggingClient returns a new instance of a logging Client.
NewMetricsClient returns a new instance of a metrics Client.
NewMockClient creates a new mock instance.
NewTracingClient returns a new instance of a tracing Client.
# Variables
ErrJobNotFound is returned if a job can't be found.
# Structs
CiBuilderParams contains the parameters required to create a ci builder job.
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.
No description provided by the author
# Interfaces
Client is the interface for running kubernetes commands specific to this applicationgo:generate mockgen -package=builderapi -destination ./mock.go -source=client.go.