update CRD-schema
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user