12 lines
267 B
Plaintext
Raw Normal View History

2025-10-07 11:20:26 +01:00
# 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"