Files
moby/api/types
Sebastiaan van Stijn fb18966aa5 api/types/container: InspectResponse: keep old name for embedded type
This is a follow-up to 1abc8f6158, which
moved the ContainerJSONBase to api/types/container, but also renamed it
to container.InspectBase. This field is embedded into the InspectResponse
type, which meant that renaming the type also implicitly renamed the
field when creating this type from a struct-literal.

While we're planning to merge these types (which would be a breaking
change for users constructing it through struct-literals), let's keep
it backward-compatible for now (other than deprecating the old names).

We can continue the other changes separately.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-03 17:14:03 +02:00
..
2018-02-05 16:51:57 -05:00
2024-06-14 12:11:20 -05:00
2024-06-27 23:18:46 +02:00
2023-05-29 03:28:35 +02:00
2022-12-21 11:09:00 +01:00
2024-06-20 01:39:32 +02:00
2016-10-31 11:13:41 -04:00
2016-10-31 11:16:02 -04:00