# Packages
Package cleanup provides a generic implementation of controller which waits for and cleans up resources.
Package destroy provides a generic implementation of controller which cleans up tearing down resources without finalizers.
Package qtransform implements a generic controller which transforms Input resources into Output resources based on QController.
Package transform provides a generic implementation of controller which transforms resources A into resources B.
# Structs
NamedController is provides Name() method.
# Type aliases
ResourceWithRD is an alias for meta.ResourceWithRD.