# Functions
NewReactionForwardingClientsetDecorator returns the ReactionForwardingClientsetDecorator wrapped Clientset result of calling NewSimpleClientset with the given objects.
NewSimpleClientset returns a clientset that will respond with the provided objects.
# Variables
AddToScheme adds all types of this clientset into the given scheme.
# Structs
Clientset implements clientset.Interface.
ReactionForwardingClientsetDecorator wraps a Clientset and "forwards" Action object mutations from all successful non-handling Reactors along the chain to the first handling Reactor.
# Interfaces
ClientsetDecorator defines decorator methods for a Clientset.