mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-04-06 17:45:00 -04:00
* Fix kubectl explain bug when additionalProperties in schema defines as: `additionalProperties: true` to ignore iterating. * trigger error on kubectl explain with integration test on crd with non bool additionalfields * add changes to fix the problem * replace sleep with loop and retry for kubectl explain integration test * replaced testdata file with inline create Kubernetes-commit: 834658cb26c1cfbb2b41ac2f04711563ee534682 |
||
|---|---|---|
| .. | ||
| v2 | ||
| explain.go | ||
| explain_test.go | ||
| field_lookup.go | ||
| field_lookup_test.go | ||
| fields_printer.go | ||
| fields_printer_builder.go | ||
| fields_printer_test.go | ||
| formatter.go | ||
| formatter_test.go | ||
| model_printer.go | ||
| model_printer_test.go | ||
| OWNERS | ||
| recursive_fields_printer.go | ||
| recursive_fields_printer_test.go | ||
| test-recursive-swagger.json | ||
| test-swagger.json | ||
| typename.go | ||
| typename_test.go | ||