Files
kubeconform/crdSchemas/garagenode_v1.json
T
2026-05-18 13:46:54 +01:00

34 lines
630 B
JSON

{
"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"
}