package
0.26.0
Repository: https://github.com/kcp-dev/kcp.git
Documentation: pkg.go.dev

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