mirror of
https://github.com/containers/podman.git
synced 2026-03-30 20:43:40 -04:00
The Kind() exported function is unused in our code; moreover, the function cannot be accurate because in the case of darwin, applehv and libkrun use the same config in the struct and therefore, we cannot identify the provider via that method. Signed-off-by: Brent Baude <bbaude@redhat.com>