Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Convert ¶
func Convert(schemeType SchemeType, output scheme.FlattenedScheme) (interface{}, error)
func ConvertToGroupBy ¶
func ConvertToGroupBy(groupBy grouper, output scheme.FlattenedScheme) (interface{}, error)
func ValidateOutputScheme ¶
func ValidateOutputScheme(schemeType SchemeType) error
Types ¶
type SchemeType ¶
type SchemeType = string
const ( Flattened SchemeType = "flattened" GroupByNamespace SchemeType = "group-by-namespace" GroupByResource SchemeType = "group-by-resource" GroupBySeverity SchemeType = "group-by-severity" Object SchemeType = "object" DefaultScheme = Flattened )
func SchemeTypes ¶
func SchemeTypes() []SchemeType
Click to show internal directories.
Click to hide internal directories.