Documentation ¶
Overview ¶
Package commonclient provides version-independent wrappers over controller-runtime and client-go. This enables one codebase to work with multiple versions of controller-runtime.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDiscoveryRESTMapper ¶
NewDiscoveryRESTMapper is a version-independent wrapper around apiutil.NewDiscoveryRESTMapper
func SourceKind ¶
SourceKind is a version-indendenent abstraction over calling source.Kind
func WrapEventHandler ¶
func WrapEventHandler(h handler.EventHandler) handler.EventHandler
WrapEventHandler is a version-indendenent abstraction over handler.EventHandler
Types ¶
type EventHandler ¶
type EventHandler = handler.EventHandler
Click to show internal directories.
Click to hide internal directories.