fixes kubectl explain to shows enum for field types if they were defined

This commit is contained in:
ah8ad3
2024-01-29 19:51:35 +03:30
parent 2216361c59
commit c222db1429

View File

@@ -713,7 +713,6 @@ func TestPlaintext(t *testing.T) {
} else {
outputErr = tmpl.ExecuteTemplate(buf, tcase.Subtemplate, tcase.Context)
}
fmt.Println(outputErr)
output := buf.String()
for _, check := range tcase.Checks {