Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ComponentReport ¶
type ComponentReport struct { Component string `json:"component"` Reports []Report `json:"reports"` }
ComponentReport holds a collection of ocp3 config reports
type Report ¶
type Report struct { Name string `json:"name"` Kind string `json:"kind"` Supported bool `json:"supported"` Confidence int `json:"confidence"` Comment string `json:"comment"` }
Report of OCP 4 component configuration compatibility
type ReportOutput ¶
type ReportOutput struct { ClusterReport cluster.Report `json:"cluster,omitempty"` ComponentReports []ComponentReport `json:"components,omitempty"` }
ReportOutput holds a collection of reports to be written to file
Click to show internal directories.
Click to hide internal directories.