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

type TweakListOptionsFunc

type TweakListOptionsFunc func(*v1.ListOptions)

Source Files

factory_interfaces.go

Version
v8.0.0+incompatible
Published
Jun 28, 2018
Platform
js/wasm
Imports
5 packages
Last checked
2 minutes ago

Tools for package owners.