extend CRD map and set validation
This commit is contained in:
@@ -191,12 +191,12 @@ func TestApplyCRDStructuralSchema(t *testing.T) {
|
||||
"type": "string"
|
||||
},
|
||||
"protocol": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"containerPort"
|
||||
"containerPort",
|
||||
"protocol"
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user