2018-01-31 09:37:14 -05:00
|
|
|
package internalinterfaces
|
|
|
|
|
2018-12-19 10:36:25 -05:00
|
|
|
import api "github.com/docker/compose-on-kubernetes/api/client/informers/internalinterfaces"
|
2018-01-31 09:37:14 -05:00
|
|
|
|
|
|
|
// NewInformerFunc defines a Informer constructor (from a clientset and a duration)
|
2018-12-19 10:36:25 -05:00
|
|
|
// Deprecated: Use github.com/docker/compose-on-kubernetes/api/client/informers/internalinterfaces.NewInformerFunc instead
|
|
|
|
type NewInformerFunc = api.NewInformerFunc
|
2018-01-31 09:37:14 -05:00
|
|
|
|
|
|
|
// SharedInformerFactory a small interface to allow for adding an informer without an import cycle
|
2018-12-19 10:36:25 -05:00
|
|
|
// Deprecated: Use github.com/docker/compose-on-kubernetes/api/client/informers/internalinterfaces.SharedInformerFactory instead
|
|
|
|
type SharedInformerFactory = api.SharedInformerFactory
|