We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff5ee2b + cdbf189 commit 2de46a1Copy full SHA for 2de46a1
pkg/preflight/analyze.go
@@ -16,12 +16,12 @@ func (c ClusterCollectResult) Analyze() []*analyze.AnalyzeResult {
16
return doAnalyze(c.AllCollectedData, c.Spec.Spec.Analyzers, nil, "")
17
}
18
19
-// Analyze runs the analysze phase of host preflight checks
+// Analyze runs the analyze phase of host preflight checks
20
func (c HostCollectResult) Analyze() []*analyze.AnalyzeResult {
21
return doAnalyze(c.AllCollectedData, nil, c.Spec.Spec.Analyzers, "")
22
23
24
-// Analyze runs the analysze phase of host preflight checks.
+// Analyze runs the analyze phase of host preflight checks.
25
//
26
// Runs the analysis for each node and aggregates the results.
27
func (c RemoteCollectResult) Analyze() []*analyze.AnalyzeResult {
0 commit comments