package
5.0.0+incompatible
Repository: https://github.com/projectcontour/integration-tester.git
Documentation: pkg.go.dev

# Functions

CheckTimeoutOpt sets the check timeout.
DefaultObjectCheckForOperation returns a built-in default check for applying Kubernetes objects.
DryRunOpt enables Kubernetes 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 adds an explicit informer for the given resource.

# 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.

# Interfaces

Closer is an interface that closes an implicit test tracking entity.
Recorder is an object that records structured test information.

# Type aliases

CloserFunc is a Closer adaptor.
RunOpt sets options for the test run.