mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-11 02:50:55 -04:00
kubectl explain ingress.spec.rules.http.paths. is valid and defaults to kubectl explain ingress.spec.rules.http.paths Rational: We use kubectl explain by adding fields (e.g. service, then service.spec, then service.spec.ports ...) so it's very easy to forget a trailing . at the end. We should ignore the trailing period and display the result without it. |
||
|---|---|---|
| .. | ||
| BUILD | ||
| 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-swagger.json | ||
| typename.go | ||
| typename_test.go | ||