# Functions
CheckTimeoutOpt sets the check timeout.
DefaultObjectCheckForOperation returns a built-in default check for applying Kubernetes objects.
DryRunOpt enables Kuberentes dry-run mode (TODO).
KubeClientOpt sets the Kubernetes client.
PreserveObjectsOpt disables automatic object deletion.
RecorderOpt sets the test recorder.
RegoModuleOpt makes the given module available to the Rego evaluation.
RegoParamOpt writes a parameter into the Rego store, rooted at the path `/test/params`.
Run executes a test document.
StackRecorders returns a new Recorder that stacks top and next.
TraceRegoOpt enables Rego tracing.
WatchResourceOpt disables automatic object deletion.
# Variables
DefaultRecorder ...
# Structs
Document records the execution of a test document.
Step describes a stage in a test document that can generate onr or more related errors.
SummaryWriter collects a summary of the final test results.
TapWriter writes test records in TAP format.
TreeWriter is a Recorder that write test results to a standard output in a tree notation.