package
0.0.6
Repository: https://github.com/csrwng/federation-v2.git
Documentation: pkg.go.dev

# Packages

Package ginkgowrapper wraps Ginkgo Fail and Skip functions to panic with structured data instead of a constant string.
No description provided by the author

# Functions

AddCleanupAction installs a function that will be called in the event of the whole test being terminated.
No description provided by the author
No description provided by the author
No description provided by the author
ExpectNoErrorWithOffset checks if "err" is set, and if so, fails assertion while logging the error at "offset" levels above its caller (for example, for call chain f -> g -> ExpectNoErrorWithOffset(1, ...) error would be logged for "f").
No description provided by the author
FailfWithOffset calls "Fail" and logs the error at "offset" levels above its caller (for example, for call chain f -> g -> FailfWithOffset(1, ...) error would be logged for "f").
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RemoveCleanupAction removes a function that was installed by AddCleanupAction.
RunCleanupActions runs all functions installed by AddCleanupAction.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

How long to try single API calls (like 'get' or 'list').
Using the same interval as integration should be fine given the minimal load that the apiserver is likely to be under.

# Variables

unique identifier of the e2e run.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

FederationFramework provides an interface to a test federation so that the implementation can vary without affecting tests.
No description provided by the author

# Type aliases

No description provided by the author