mirror of
https://github.com/apple/container.git
synced 2026-07-12 20:47:04 +00:00
521df518e2
- This change adds two types to support opaque runtime data passing through the APIServer: - RuntimeConfiguration `data` - RuntimeLinuxData type - LinuxRuntimeData defines runtime specific information. With this change, it will support `variant` only. The optional RuntimeConfiguration `data` field encodes runtime specific data to pass through the APIServer. It is decoded as needed by the runtime. - The idea is to eventually move all runtime specific data into the `data` field so that the APIServer is only aware of generic container information.