package
1.2.0
Repository: https://github.com/crossplane/uptest.git
Documentation: pkg.go.dev

# Constants

AnnotationKeyConditions defines the list of status conditions to assert on the tested resource.
AnnotationKeyDisableImport determines whether the Import step of the resource to be tested will be executed or not.
AnnotationKeyExampleID is id of example that populated from example manifest.
AnnotationKeyPostAssertHook defines the path to a post-assert hook script to be executed after the resource is tested.
AnnotationKeyPostDeleteHook defines the path to a post-delete hook script to be executed after the tested resource is deleted.
AnnotationKeyPreAssertHook defines the path to a pre-assert hook script to be executed before the resource is tested.
AnnotationKeyPreDeleteHook defines the path to a pre-delete hook script to be executed before the tested resource is deleted.
AnnotationKeyTimeout defines a test time for the annotated resource.
AnnotationKeyUpdateParameter defines the update parameter that will be used during the update step.

# Structs

AutomatedTest represents an automated test of resource example manifests to be run with uptest.
Manifest represents a resource loaded from an example resource manifest file.
Resource represents a Kubernetes object to be tested and asserted by uptest.
TestCase represents a test-case to be run by chainsaw.