We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8c11d commit ae66c23Copy full SHA for ae66c23
main.go
@@ -96,7 +96,6 @@ func main() {
96
}
97
98
99
- fmt.Println("hi")
100
clientset, err := kubernetes.NewForConfig(config)
101
if err != nil {
102
panic(err)
@@ -109,7 +108,6 @@ func main() {
109
108
110
111
112
113
var wg sync.WaitGroup
114
resultsChan := make(chan PodResult, len(pods.Items))
115
@@ -129,7 +127,6 @@ func main() {
129
127
results = append(results, result)
130
128
131
132
133
sort.Sort(ByPodName(results))
134
135
for _, result := range results {
0 commit comments