package
11.0.0+incompatible
Repository: https://github.com/kmodules/k8s-client-go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewObjectTracker returns an ObjectTracker that can be used to keep track of objects for the fake clientset.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectReaction returns a ReactionFunc that applies core.Action to the given tracker.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Fake implements client.Interface.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SimpleProxyReactor is a ProxyReactor.
SimpleReactor is a Reactor.
SimpleWatchReactor is a WatchReactor.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectScheme abstracts the implementation of common operations on objects.
ObjectTracker keeps track of objects.
No description provided by the author
No description provided by the author
ProxyReactor is an interface to allow the composition of proxy get functions.
Reactor is an interface to allow the composition of reaction functions.
No description provided by the author
No description provided by the author
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.