package
0.6.1
Repository: https://github.com/cosi-project/runtime.git
Documentation: pkg.go.dev

# Functions

AssertAll asserts on all resources of a kind.
AssertLength asserts on the length of a resource list.
AssertNoResource asserts that a resource no longer exists.
AssertResource asserts on a resource.
AssertResources asserts on a resource list.
Destroy performs graceful teardown/destroy sequence for specified IDs.
DestroyAll performs graceful teardown/destroy sequence for all resources of type.
ResourceIDs returns a list of resource IDs.
ResourceIDsWithOwner returns a list of resource IDs and filters them by owner (if set).
Teardown moves provided resources to the PhaseTearingDown.
WithNamespace sets the namespace for the test utils.
WithReportInterval controls the report interval for the test utils.

# Structs

Options is a set of options for the test utils.

# Type aliases

Option is a functional option for the test utils.
ResourceWithRD is an alias for meta.ResourceWithRD.