package internalinterfaces

import "github.com/docker/compose-on-kubernetes/api/client/informers/internalinterfaces"

Index

Types

type NewInformerFunc

NewInformerFunc defines a Informer constructor (from a clientset and a duration)

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
v0.5.0 (latest)
Published
Jan 28, 2022
Platform
linux/amd64
Imports
4 packages
Last checked
2 months ago

Tools for package owners.