mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-18 16:47:25 -04:00
kubectl get can output a series of objects as a List in versioned form, but not all API objects are available in the same schema. Make the act of converting a []runtime.Object to api.List more robust and add a test to verify its behavior in Get. Makes it easier for client code to output unified objects. |
||
|---|---|---|
| .. | ||
| converter.go | ||
| converter_test.go | ||
| decode.go | ||
| deep_copy.go | ||
| deep_copy_test.go | ||
| deep_equal.go | ||
| doc.go | ||
| encode.go | ||
| error.go | ||
| meta.go | ||
| meta_test.go | ||
| scheme.go | ||
| scheme_test.go | ||