add deployments

This commit is contained in:
Morten Olsen
2025-07-28 22:50:38 +02:00
parent 48f1bde404
commit ed74769822
18 changed files with 698 additions and 11 deletions

View File

@@ -51,7 +51,6 @@ class CustomResourceRegistry {
};
#onResourceEvent = async (type: string, obj: any) => {
console.log(type, this.kinds);
const { kind } = obj;
const crd = this.getByKind(kind);
if (!crd) {