durations

package
v0.11.0-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AgentRegistrationRetry         = time.Minute * 1
	AgentSecretTimeout             = time.Minute * 1
	ClusterImportTokenTTL          = time.Hour * 12
	ClusterRegisterDelay           = time.Second * 15
	ClusterRegistrationDeleteDelay = time.Minute * 40
	ClusterSecretRetry             = time.Second * 2
	ContentPurgeInterval           = time.Minute * 5
	CreateClusterSecretTimeout     = time.Minute * 30
	DefaultClusterCheckInterval    = time.Minute * 15
	DefaultImageInterval           = time.Minute * 15
	DefaultResyncAgent             = time.Minute * 30
	FailureRateLimiterBase         = time.Millisecond * 5
	FailureRateLimiterMax          = time.Second * 60
	SlowFailureRateLimiterBase     = time.Second * 2
	SlowFailureRateLimiterMax      = time.Minute * 10 // hit after 10 failures in a row
	GarbageCollect                 = time.Minute * 15
	RestConfigTimeout              = time.Second * 15
	ServiceTokenSleep              = time.Second * 2
	TokenClusterEnqueueDelay       = time.Second * 2
	// TriggerSleep is the delay before the driftdetect mini controller
	// starts watching deployed resources for changes
	TriggerSleep = time.Second * 5
	// GitRepoStatusDelay gives the gitjob controller some time to update
	// the gitrepo status first, before the status controller looks at
	// bundledeployments.
	GitRepoStatusDelay = time.Second * 5
)

Variables

This section is empty.

Functions

func Equal added in v0.10.0

func Equal(t *metav1.Duration, u *metav1.Duration) bool

Equal reports whether the duration t is equal to u.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL