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. |
||
|---|---|---|
| .. | ||
| codec.go | ||
| conversion.go | ||
| conversion_test.go | ||
| doc.go | ||
| embedded_test.go | ||
| error.go | ||
| extension.go | ||
| extension_test.go | ||
| helper.go | ||
| helper_test.go | ||
| interfaces.go | ||
| scheme.go | ||
| scheme_test.go | ||
| types.go | ||