Documentation
¶
Index ¶
Constants ¶
View Source
const ( // RetryDelay is the time to wait in between polling the status of the cloud build RetryDelay = 1 * time.Second // BackoffFactor is the exponent for exponential backoff during build status polling BackoffFactor = 1.5 // BackoffSteps is the number of times we increase the backoff time during exponential backoff BackoffSteps = 10 // RetryTimeout is the max amount of time to retry getting the status of the build before erroring RetryTimeout = 3 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
func NewStatusBackoff ¶
Types ¶
type AtomicBool ¶
type AtomicBool struct {
// contains filtered or unexported fields
}
func (*AtomicBool) Get ¶
func (b *AtomicBool) Get() bool
func (*AtomicBool) Set ¶
func (b *AtomicBool) Set(value bool)
type DockerLogFormatter ¶
type DockerLogFormatter struct {
// contains filtered or unexported fields
}
func NewDockerLogFormatter ¶
func NewDockerLogFormatter(colorPicker output.ColorPicker, tracker tracker.Tracker, isMuted func() bool, id string) *DockerLogFormatter
func (*DockerLogFormatter) Name ¶
func (d *DockerLogFormatter) Name() string
Click to show internal directories.
Click to hide internal directories.