Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory(clientSet kubernetes.Interface, resyncPeriod time.Duration) informers.SharedInformerFactory
Types ¶
type Error ¶
type Error struct { Resource schema.GroupVersionResource Error error }
type EventHandler ¶
type ResourceWatcher ¶
type ResourceWatcher struct {
Handler EventHandler
}
func (*ResourceWatcher) NewDefaultGroupVersionResources ¶
func (rw *ResourceWatcher) NewDefaultGroupVersionResources() []schema.GroupVersionResource
func (*ResourceWatcher) NewEventHandlerFuncs ¶
func (rw *ResourceWatcher) NewEventHandlerFuncs() *cache.ResourceEventHandlerFuncs
func (*ResourceWatcher) Watch ¶
func (rw *ResourceWatcher) Watch(ctx context.Context, i informers.GenericInformer, h cache.ResourceEventHandler) error
Click to show internal directories.
Click to hide internal directories.