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
v5.0.0+incompatible
Published
Oct 16, 2017
Platform
js/wasm
Imports
4 packages
Last checked
4 minutes ago

Tools for package owners.