Documentation ¶
Overview ¶
Package duration defines the various durations used throughout Epinio, as timeouts, and other.
Index ¶
- Constants
- func Flags(pf *flag.FlagSet, argToEnv map[string]string)
- func LogHistory() time.Duration
- func Multiplier() time.Duration
- func ToAppBuilt() time.Duration
- func ToConfigurationSecret() time.Duration
- func ToDeployment() time.Duration
- func ToNamespaceDeletion() time.Duration
- func ToSecretCopied() time.Duration
- func UserAbort() time.Duration
Constants ¶
const (
// Fixed. Standard number of attempts to retry various operations.
RetryMax = 10
)
Variables ¶
This section is empty.
Functions ¶
func LogHistory ¶
LogHistory returns the duration to reach into the past for tailing logs.
func Multiplier ¶
Multiplier returns the currently active timeout multiplier value
func ToAppBuilt ¶
ToAppBuilt returns the duration to wait until giving up on the application being built
func ToConfigurationSecret ¶ added in v0.6.0
ToConfigurationSecret returns the duration to wait for the secret to a catalog configuration binding to appear
func ToDeployment ¶
ToDeployment returns the duration to wait for parts of a deployment to become ready
func ToNamespaceDeletion ¶ added in v0.2.1
ToNamespaceDeletion returns the duration to wait for deletion of namespace
func ToSecretCopied ¶ added in v0.0.21
ToSecretCopied returns the duration to wait until giving up on a secret getting copied to complete.
Types ¶
This section is empty.