34 lines
630 B
JSON
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"
|
|
}
|