package
11.0.0+incompatible
Repository: https://github.com/kubernetes/client-go.git
Documentation: pkg.go.dev
# Functions
NewObjectTracker returns an ObjectTracker that can be used to keep track of objects for the fake clientset.
ObjectReaction returns a ReactionFunc that applies core.Action to the given tracker.
# Structs
Fake implements client.Interface.
SimpleProxyReactor is a ProxyReactor.
SimpleReactor is a Reactor.
SimpleWatchReactor is a WatchReactor.
# Interfaces
ObjectScheme abstracts the implementation of common operations on objects.
ObjectTracker keeps track of objects.
ProxyReactor is an interface to allow the composition of proxy get functions.
Reactor is an interface to allow the composition of reaction functions.
WatchReactor is an interface to allow the composition of watch functions.
# Type aliases
ProxyReactionFunc is a function that returns a ResponseWrapper interface for a given Action.
ReactionFunc is a function that returns an object or error for a given Action.
WatchReactionFunc is a function that returns a watch interface.