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
v3.0.0-beta.0+incompatible
Published
Mar 31, 2017
Platform
js/wasm
Imports
4 packages
Last checked
7 minutes ago

Tools for package owners.