Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertCmd ¶ added in v0.123.0
func InitAndExecute ¶
func InitAndExecute()
func OciFetchCmd ¶ added in v0.62.0
func TemplateCmd ¶ added in v0.123.0
Types ¶
type PreflightDoc ¶ added in v0.123.0
type PreflightDoc struct {
APIVersion string `yaml:"apiVersion"`
Kind string `yaml:"kind"`
Metadata map[string]interface{} `yaml:"metadata"`
Spec struct {
Analyzers []map[string]interface{} `yaml:"analyzers"`
} `yaml:"spec"`
// Legacy (pre-beta3 drafts)
Requirements []Requirement `yaml:"requirements"`
}
PreflightDoc supports both legacy (requirements) and beta3 (spec.analyzers)
type Requirement ¶ added in v0.123.0
Click to show internal directories.
Click to hide internal directories.