update CRD-schema

This commit is contained in:
2026-05-18 13:46:54 +01:00
parent e94efb745e
commit dbd504cd98
128 changed files with 217356 additions and 0 deletions
@@ -0,0 +1,33 @@
{
"description": "Auto-generated derived type for Node via `CustomResource`",
"properties": {
"spec": {
"properties": {
"address": {
"format": "ip",
"type": "string"
},
"hostname": {
"type": "string"
},
"port": {
"format": "uint16",
"minimum": 0,
"type": "integer"
}
},
"required": [
"address",
"hostname",
"port"
],
"type": "object",
"additionalProperties": false
}
},
"required": [
"spec"
],
"title": "GarageNode",
"type": "object"
}