framework

package
v0.2.8 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Cleanup

func Cleanup(t *testing.T, ctx context.Context, cli client.Client, obj client.Object)

Cleanup deletes an object and waits for it to be gone.

func CleanupStep

func CleanupStep(t *testing.T, name string, cli client.Client, objs ...client.Object) flow.Steper

CleanupStep returns a workflow step that cleans up the given objects.

func CreateStep

func CreateStep(t *