Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:46:11 +08:00
commit 07f84861a9
14 changed files with 3608 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "olm",
"description": "OLM (Operator Lifecycle Manager) plugin for operator management and debugging",
"version": "0.1.0",
"author": {
"name": "github.com/openshift-eng"
},
"commands": [
"./commands"
]
}