We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf52df commit ceb360bCopy full SHA for ceb360b
1 file changed
pkg/output/output_test.go
@@ -2,9 +2,10 @@ package output
2
3
import (
4
"encoding/json"
5
- "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
6
"regexp"
7
"testing"
+
8
+ "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
9
)
10
11
func TestPlainTextUnstructuredList(t *testing.T) {
0 commit comments