# Functions

GetUnstructured gets an Unstructured for the given object and panics if it fails.
MarshalJSON marshals an object to JSON and panics if it can't.
NamespacedName returns the namespaced name of the given object and panics if it can't access the object's meta.
NewFixtureFiller builds and returns a new FixtureFiller.
StripLabel removes the label with the given key from each object given and panics if it can't access an object's meta.
WithFixture configures a FixtureFiller to copy the contents of the given fixture to fixtures of the same type.
WithFixtureFile configures a FixtureFiller to use a file to populate fixtures of a given type.
WithItems sets the items of the list given and panics if it fails.
WithLabel sets the given key/value pair on the labels of each object given and panics if it can't access an object's meta.
WithLabels sets the labels of an object and returns the updated result.
WithName sets the name of the given object and panics if it can't access the object's meta.
WithNamespace sets the namespace of the given object and panics if it can't access the object's meta.
WithNamespacedName sets the namespace and name of the given object.
WithOwner appends the an owner to an object and returns a panic if it fails.

# Structs

FixtureFillerConfig holds the configuration needed to build a FixtureFiller.
PrototypeFiller is a Filler that copies existing fields from a prototypical instance of a fixture.
TypedFixtureFiller is a set of fillers keyed by fixture type.

# Interfaces

FixtureFiller knows how to fill fixtures.
RuntimeMetaObject is an object with both runtime and metadata level info.

# Type aliases

FixtureFillerFunc is a function that implements FixtureFiller.
FixtureFillerOption represents a configuration option for building a FixtureFiller.