- Replace custom TypeMeta & ObjectMeta with standard metav1 structs
to allow Inventory to satisfy the metav1.Object, runtime.Object,
and client.Object interfaces. This should make the Inventory API
easier to use and easily convertable to an Unstructured object.
BREAKING CHANGE: Move inventory.Inventory to actuation.Inventory (under pkg/apis/)