Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodAnnotator ¶
type PodAnnotator struct {
// contains filtered or unexported fields
}
PodAnnotator handles annotating pods with vulnerability and policy issues
func NewPodAnnotator ¶
func NewPodAnnotator(pl corev1.CoreV1Interface, perceptorURL string) *PodAnnotator
NewPodAnnotator creates a new PodAnnotator object
func (*PodAnnotator) Run ¶
func (pa *PodAnnotator) Run(interval time.Duration, stopCh <-chan struct{})
Run starts a controller that will annotate pods
Click to show internal directories.
Click to hide internal directories.