client-gok8s.io/client-go/informers/internalinterfaces Index | Files

package internalinterfaces

import "k8s.io/client-go/informers/internalinterfaces"

Index

Types

type NewInformerFunc

type SharedInformerFactory

type SharedInformerFactory interface {
	Start(stopCh <-chan struct{})
	InformerFor(obj runtime.Object, newFunc NewInformerFunc) cache.SharedIndexInformer
}

SharedInformerFactory a small interface to allow for adding an informer without an import cycle

Source Files

factory_interfaces.go

Version
v4.0.0-beta.0+incompatible
Published
Jul 7, 2017
Platform
windows/amd64
Imports
4 packages
Last checked
23 minutes ago

Tools for package owners.