# Packages
Package fake is a generated GoMock package.
# Functions
No description provided by the author
FromObjectHandlerToHandler converts an ObjecHandler to a Handler.
NewController creates a new controller for the given Object type and ObjectList type.
No description provided by the author
NewNonNamespacedController returns a Controller controller that is not namespaced.
No description provided by the author
# Variables
ErrSkip notifies the caller to skip this error.
# Structs
Cache is a object cache stored in memory for objects of type T.
Controller is used to manage objects of type T.
No description provided by the author
No description provided by the author
No description provided by the author
NonNamespacedCache is a Cache for objects of type T that are not namespaced.
NonNamespacedController is a Controller for non namespaced resources.
# Interfaces
CacheInterface is an interface for Object retrieval from memory.
ClientInterface is an interface to performs CRUD like operations on an Objects.
ControllerInterface interface for managing K8s Objects.
ControllerMeta holds meta information shared by all controllers.
NonNamespacedCacheInterface is an interface for non namespaced Object retrieval from memory.
NonNamespacedClientInterface is an interface to performs CRUD like operations on nonNamespaced Objects.
NonNamespacedControllerInterface interface for managing non namespaced K8s Objects.
RuntimeMetaObject is an interface for a K8s Object to be used with a specific controller.
# Type aliases
ObjectHandler performs operations on the given runtime.Object and returns the new runtime.Object or an error.
Indexer computes a set of indexed values for the provided object.
ObjectHandler performs operations on the given object and returns the new object or an error.
No description provided by the author