orchestrator

package
v0.0.0-...-0e5b682 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Orchestrator

type Orchestrator struct {
	sync.Mutex
	// contains filtered or unexported fields
}

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()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL