# Functions
ObjectRunID returns the value of the LabelRunID annotation on the given object.
# Constants
LabelManagedBy is a label key to mark an object as managed by the test harness.
LabelRunID is an annotation key to mark an object with the unique ID of a test run.
LabelVersion is an annotation key to mark an object with the version of the test harness that created it.
# Structs
MetaInjectionFilter injects ObjectMeta data into Kubernetes objects.
Rename is a filter that rewrites the name of a Kubernetes object, i.e.
SpecialOpsFilter is a yaml.Filter that extracts top-level YAML keys whose name begins with `$`.
# Type aliases
UnmarshalFunc is a yaml.Unmarshaler adapator.