Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewInformerFunc ¶
type NewInformerFunc func(kubernetes.Interface, time.Duration) cache.SharedIndexInformer
NewInformerFunc takes kubernetes.Interface and time.Duration to return a SharedIndexInformer.
type SharedInformerFactory ¶
type SharedInformerFactory interface {}
SharedInformerFactory a small interface to allow for adding an informer without an import cycle
type TweakListOptionsFunc ¶
type TweakListOptionsFunc func(*v1.ListOptions)
TweakListOptionsFunc is a function that transforms a v1.ListOptions.
Click to show internal directories.
Click to hide internal directories.