Make schema formatting consistent.

This commit is contained in:
Kermit Alexander 2022-06-09 23:15:30 +00:00
parent ff3d04d5df
commit 9fb55af69b

View File

@ -204,9 +204,9 @@ var _ = SIGDescribe("CustomResourceValidationRules [Privileged:ClusterAdmin][Alp
"items":{ "items":{
"type":"string" "type":"string"
}, },
"x-kubernetes-validations": [{ "x-kubernetes-validations":[
"rule": "self.all(s, s == \"string constant\")" { "rule":"self.all(s, s == \"string constant\")" }
}] ]
} }
} }
} }