Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzeResult ¶
type AnalyzeResult struct {
IsPass bool
IsFail bool
IsWarn bool
Title string
Message string
URI string
}
func Analyze ¶
func Analyze(analyzer *troubleshootv1beta1.Analyze, getFile getCollectedFileContents, findFiles getChildCollectedFileContents) (*AnalyzeResult, error)
func DownloadAndAnalyze ¶ added in v0.9.1
func DownloadAndAnalyze(ctx context.Context, bundleURL string) ([]*AnalyzeResult, error)
Click to show internal directories.
Click to hide internal directories.