package
0.6.1
Repository: https://github.com/cosi-project/runtime.git
Documentation: pkg.go.dev

# 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.