# Info: KCL Podman schemas for provisioning (Provisioning) # Author: JesusPerezLorenzo # Release: 0.0.1 # Date: 30-06-2024 schema Podman: name: str = "podman" version: str runtime_default: "crun" | "runc" | "youki" = "crun" runtimes: str = "crun,runc"