11 lines
271 B
Plaintext
11 lines
271 B
Plaintext
|
|
# Info: KCL Kubernetes task schemas for provisioning (Provisioning)
|
||
|
|
# Author: JesusPerezLorenzo
|
||
|
|
# Release: 0.0.4
|
||
|
|
# Date: 15-12-2023
|
||
|
|
|
||
|
|
schema Kubernetes:
|
||
|
|
name: str = "kubernetes"
|
||
|
|
version: str
|
||
|
|
major_version: str
|
||
|
|
cmd_task: "install"| "update" | "remove" = "install"
|