Documentation
¶
Index ¶
Constants ¶
View Source
const ( // KonnectInfiniteSyncTime is used for tests that want to verify behavior of the reconcilers not relying on the fixed // sync period. It's set to 60m that is virtually infinite for the tests. KonnectInfiniteSyncTime = time.Minute * 60 // WaitTime is a generic wait time for the tests' eventual conditions. WaitTime = 20 * time.Second // TickTime is a generic tick time for the tests' eventual conditions. TickTime = 250 * time.Millisecond )
View Source
const ( // ErrBodyDataConstraintError is a JSON error response body for a data constraint error. ErrBodyDataConstraintError = `` /* 291-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.