Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter interface {
Convert(reader io.Reader) (report starboard.CISKubeBenchOutput, err error)
}
var DefaultConverter Converter = &converter{}
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
func NewScanner ¶
func NewScanner(clientset kubernetes.Interface) *Scanner
Click to show internal directories.
Click to hide internal directories.