# Functions
MapperNone is a mapper that returns no pointers.
MapperSameID is a mapper that returns the same namespace ID as the input resource, but uses output resource type.
NewQController creates a new QTransformController.
WithConcurrency sets the maximum number of concurrent reconciles.
WithExtraMappedDestroyReadyInput adds an extra mapped destroy-ready input to the controller.
WithExtraMappedInput adds an extra mapped input to the controller.
WithExtraMappedInputKind adds an extra input with the given kind to the controller.
WithExtraOutputs adds extra outputs to the controller.
WithIgnoreTeardownUntil ignores input resource teardown until the input resource has only mentioned finalizers left.
WithOutputKind sets main output resource kind.
# Structs
ControllerOptions configures QTransformController.
DestroyOutputTag is used to tag errors when output should be destroyed without an error.
QController provides a generic implementation of a QController which implements controller transforming Input resources into Output resources.
Settings configures the controller.
SkipReconcileTag is used to tag errors when reconciliation should be skipped without an error.
# Type aliases
ControllerOption is an option for QTransformController.
MapperFuncGeneric is a generic version of mapperFunc.