# Functions
AddSimpleGeneratedName returns the given object with a simple generated name added to its metadata.
AddSimpleGeneratedNames returns the list objects with simple generated names added to their metadata.
BuildSelfLink returns a selflink for the given group version, plural, namespace, and name.
NewReactionForwardingClientsetDecorator returns the ReactionForwardingClientsetDecorator wrapped Clientset result of calling NewSimpleClientset with the given objects.
WithNameGeneration returns a fakeK8sClientOption that configures a Clientset to write generated names to all types on create.
WithSelfLinks returns a fakeClientOption that configures a ClientsetDecorator to write selfLinks to all OLM types on create.
# Structs
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.
# Type aliases
Option configures a ClientsetDecorator.