Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageDumper ¶
type ImageDumper struct {
// contains filtered or unexported fields
}
ImageDumper handles sending all images to the perceptor periodically
func NewImageDumper ¶
func NewImageDumper(ic imageclient.ImageV1Interface, perceptorURL string) *ImageDumper
NewImageDumper creates a new ImageDumper object
func (*ImageDumper) Run ¶
func (id *ImageDumper) Run(interval time.Duration, stopCh <-chan struct{})
Run starts a controller that will send all images to the perceptor periodically
Click to show internal directories.
Click to hide internal directories.