12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
# 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"
|
|
|