# Functions
NewTransformingWatcher returns a watcher based on the input watcher, but which will apply the EventTransformer to each event before delivering it.
WithResourceTransformer returns a ClusterInterface client whose kubernetes clients are wired with a ResourceTransformer.
# Interfaces
No description provided by the author
ResourceTransformer define transformations that should be applied to a resource before and after a client submits a resource request to a kubernetes client.
# Type aliases
EventTransformer is a simple interface that transforms a watch event.