k8s-maestro 1.0.4

A Kubernetes job orchestrator tool library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "$schema": "https://opencode.ai/tui.json",
    "compaction": {
        "auto": true,
        "prune": true,
        "reserved": 10000
    },
    "watcher": {
        "ignore": ["target/**", "tmp/**", ".git/**", ".opencode/node_modules/**"]
    },
    "permission": {
        "*": "allow"
    }
}