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 5830eb3 + 0b493a5 commit 218b9c0Copy full SHA for 218b9c0
ffi/main.go
@@ -4,7 +4,6 @@ import "C"
4
5
import (
6
"fmt"
7
- "context"
8
"encoding/json"
9
10
"gopkg.in/yaml.v2"
pkg/analyze/download.go
@@ -20,7 +20,7 @@ type fileContentProvider struct {
20
rootDir string
21
}
22
23
-func DownloadAndAnalyze(analyzersSpec string, bundleURL string) ([]*AnalyzeResult, error) {
+func DownloadAndAnalyze(bundleURL string, analyzersSpec string) ([]*AnalyzeResult, error) {
24
tmpDir, err := ioutil.TempDir("", "troubleshoot-k8s")
25
if err != nil {
26
return nil, errors.Wrap(err, "failed to create temp dir")
0 commit comments