Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter interface {
Convert(config Config, reader io.Reader) (v1alpha1.CISKubeBenchOutput, error)
}
var DefaultConverter Converter = &converter{}
type ReadWriter ¶ added in v0.3.0
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
func NewScanner ¶
func NewScanner( scheme *runtime.Scheme, clientset kubernetes.Interface, config Config, opts kube.ScannerOpts, ) *Scanner
Click to show internal directories.
Click to hide internal directories.