package
12.0.0+incompatible
Repository: https://github.com/kubernetes/client-go.git
Documentation: pkg.go.dev

# Functions

# Structs

# 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.