Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Orchestrator ¶
func Create ¶
func Create(config *config.Config, clientset kubernetes.Interface) *Orchestrator
func (*Orchestrator) Clear ¶
func (o *Orchestrator) Clear()
func (*Orchestrator) Results ¶
func (o *Orchestrator) Results() *types.ScanResults
func (*Orchestrator) Scan ¶
func (o *Orchestrator) Scan(scanConfig *config.ScanConfig) error
func (*Orchestrator) ScanProgress ¶
func (o *Orchestrator) ScanProgress() types.ScanProgress
func (*Orchestrator) Start ¶
func (o *Orchestrator) Start() error
func (*Orchestrator) Stop ¶
func (o *Orchestrator) Stop()
type VulnerabilitiesScanner ¶
type VulnerabilitiesScanner interface { Start() error Scan(scanConfig *config.ScanConfig) error ScanProgress() types.ScanProgress Results() *types.ScanResults Clear() Stop() }
Click to show internal directories.
Click to hide internal directories.