Make schema formatting consistent.
This commit is contained in:
@@ -204,9 +204,9 @@ var _ = SIGDescribe("CustomResourceValidationRules [Privileged:ClusterAdmin][Alp
|
||||
"items":{
|
||||
"type":"string"
|
||||
},
|
||||
"x-kubernetes-validations": [{
|
||||
"rule": "self.all(s, s == \"string constant\")"
|
||||
}]
|
||||
"x-kubernetes-validations":[
|
||||
{ "rule":"self.all(s, s == \"string constant\")" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user