Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { LogLevel string Perceptor PerceptorConfig Perceiver PerceiverConfig PrivateDockerRegistries []*utils.RegistryAuth }
Config return the Artifactory Perceiver configurations
func (*Config) GetLogLevel ¶
GetLogLevel returns the log level set in Opssight Spec Config
func (*Config) StartWatch ¶
StartWatch will start watching the ImagePerceiver configuration file and call the passed handler function when the configuration file has changed
type PerceiverConfig ¶
PerceiverConfig contains general Perceiver config
type PerceptorConfig ¶
PerceptorConfig contains Perceptor config
type QuayPerceiver ¶
type QuayPerceiver struct {
// contains filtered or unexported fields
}
QuayPerceiver handles watching and annotating Images
func NewQuayPerceiver ¶
func NewQuayPerceiver(configPath string) (*QuayPerceiver, error)
NewQuayPerceiver creates a new ImagePerceiver object
func (*QuayPerceiver) Run ¶
func (qp *QuayPerceiver) Run(stopCh <-chan struct{})
Run starts the QuayPerceiver watching and annotating Images
Click to show internal directories.
Click to hide internal directories.